 | InspectorPropertyAttributeList Property |
Note: This API is now obsolete.
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
Syntax[ObsoleteAttribute("Not required any more, determined by property type. Use IsList to check if property is a list.")]
public bool List { get; set; }
<ObsoleteAttribute("Not required any more, determined by property type. Use IsList to check if property is a list.")>
Public Property List As Boolean
Get
Set
public:
[ObsoleteAttribute(L"Not required any more, determined by property type. Use IsList to check if property is a list.")]
property bool List {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("Not required any more, determined by property type. Use IsList to check if property is a list.")>]
member List : bool with get, set
Property Value
Type:
Boolean
See Also