Class PropertyCodeReflectionParser
Inheritance
System.Object
PropertyCodeReflectionParser
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 PropertyCodeReflectionParser
Properties
PrimitiveTypes
Declaration
public HashSet<Type> PrimitiveTypes { get; set; }
Property Value
Type | Description |
---|---|
HashSet<System.Type> |
Methods
Parse(Type)
Declaration
public PropertyBag Parse(Type t)
Parameters
Type | Name | Description |
---|---|---|
System.Type | t |
Returns
Type | Description |
---|---|
PropertyBag |