 | InspectorPropertyAttributeIsList Property |
Whether the property is of a list type, or not.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic bool IsList { get; }
Public ReadOnly Property IsList As Boolean
Get
public:
property bool IsList {
bool get ();
}
member IsList : bool with get
Property Value
Type:
Boolean
See Also