 | IHierarchyXTGetStatusCodes Method |
Gets the status codes represented by the supplied integer code.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic static IEnumerable<HierarchyStatusCode> GetStatusCodes(
int code
)
Parameters
- code
- Type: SystemInt32
Integer code.
Return Value
Type:
IEnumerableHierarchyStatusCodeThe status codes represented by the supplied integer code.
See Also