BrydenWoodUtilsIsList Method |
Checks whether an object is a List
Namespace:
BrydenWoodUnity
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static bool IsList(
Object o
)
Public Shared Function IsList (
o As Object
) As Boolean
public:
static bool IsList(
Object^ o
)
static member IsList :
o : Object -> bool
Parameters
- o
- Type: SystemObject
The object to be checked
Return Value
Type:
BooleanWhether the object is a List
See Also