Class FieldsAndPropertiesContainer
Describes a container that contains the FieldInfos and PropertyInfos of a Type.
Inheritance
FieldsAndPropertiesContainer
Assembly: Xareus.Utils.dll
Syntax
public class FieldsAndPropertiesContainer
Properties
Fields
Declaration
public List<FieldInfo> Fields { get; set; }
Property Value
Members
Declaration
public List<MemberInfo> Members { get; }
Property Value
Properties
Declaration
public List<PropertyInfo> Properties { get; set; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
The object to compare with the current object.
|
Returns
Type |
Description |
bool |
true if the specified object is equal to the current object; otherwise, false.
|
Overrides
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
int |
A hash code for the current object.
|
Overrides
Operators
operator +(FieldsAndPropertiesContainer, FieldsAndPropertiesContainer)
Declaration
public static FieldsAndPropertiesContainer operator +(FieldsAndPropertiesContainer container1, FieldsAndPropertiesContainer container2)
Parameters
Returns