Click or drag to resize
InspectorPropertyAttributeList Property

Note: This API is now obsolete.

Whether the property is of a list type, or not.

Namespace: Slash.ECS.Inspector.Attributes
Assembly: 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; }

Property Value

Type: Boolean
See Also