 | InspectorBoolAttributeGetEmptyList 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 override IList GetEmptyList()
Public Overrides Function GetEmptyList As IList
public:
virtual IList^ GetEmptyList() override
abstract GetEmptyList : unit -> IList
override GetEmptyList : unit -> IList
Return Value
Type:
IListEmpty list of matching type.
See Also