Class TypeMember
Class that describes a Type instance member
Namespace: Xareus.Relations.Unity
Assembly: Xareus.Relations.Unity.dll
Syntax
public class TypeMember
Constructors
TypeMember()
Declaration
public TypeMember()
TypeMember(Type, XUType, MemberInfo)
Declaration
public TypeMember(Type type, XUType fiveType, MemberInfo member)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | |
| XUType | fiveType | |
| MemberInfo | member |
Properties
DeclaringType
Type of the concerned FiveType
Declaration
public Type DeclaringType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Member
MemberInfo of the concerned member
Declaration
public MemberInfo Member { get; set; }
Property Value
| Type | Description |
|---|---|
| MemberInfo |
Type
Concerned FiveType instance
Declaration
public XUType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| XUType |