 | InspectorPropertyAttributeItemType Property |
Item type. Equals property type if no generic type, otherwise the type of the generic.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic Type ItemType { get; }
Public ReadOnly Property ItemType As Type
Get
public:
property Type^ ItemType {
Type^ get ();
}
member ItemType : Type with get
Property Value
Type:
Type
See Also