ObjectExtensions GetTypeOrNull Method | Glimpse API Documentation |
Returns the value of GetType if value is not null.
Namespace: Glimpse.Core.ExtensionsAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- value
- Type:
System Object
The value.
Return Value
The value of GetType if value is not null.Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type


See Also