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