Class PropertyMemberDescriptor
Inheritance
System.Object
PropertyMemberDescriptor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Entities.Properties
Syntax
public class PropertyMemberDescriptor : ITypedMemberDescriptor
Constructors
PropertyMemberDescriptor(PropertyInfo)
Declaration
public PropertyMemberDescriptor(PropertyInfo p)
Parameters
Type | Name | Description |
---|---|---|
PropertyInfo | p |
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Methods
GetMemberType()
Declaration
public Type GetMemberType()
Returns
Type | Description |
---|---|
System.Type |
Implements
GetOffset()
Declaration
public int GetOffset()
Returns
Type | Description |
---|---|
System.Int32 |
Implements
IsPrimitive()
Declaration
public bool IsPrimitive()
Returns
Type | Description |
---|---|
System.Boolean |