Click or drag to resize

BrydenWoodUtilsIsList Method

Checks whether an object is a List

Namespace:  BrydenWoodUnity
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static bool IsList(
	Object o
)

Parameters

o
Type: SystemObject
The object to be checked

Return Value

Type: Boolean
Whether the object is a List
See Also