 | InspectorPropertyAttributeGetEmptyList Method |
Gets an empty list for elements of the type of the property the attribute is attached to.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic virtual IList GetEmptyList()
Public Overridable Function GetEmptyList As IList
public:
virtual IList^ GetEmptyList()
abstract GetEmptyList : unit -> IList
override GetEmptyList : unit -> IList
Return Value
Type:
IListEmpty list of matching type.
See Also