Click or drag to resize

BrydenWoodUtilsIsDictionary Method

Checks whether an object is a Dictionary

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

Parameters

o
Type: SystemObject
The object to be checked

Return Value

Type: Boolean
Whether the object is a Dictionary
See Also