'Declaration
Public Overloads Overridable Function GetType( _ ByVal obj As System.Object _ ) As GraphPartType
'Usage
Dim instance As NGraphAdapter Dim obj As System.Object Dim value As GraphPartType value = instance.GetType(obj)
public virtual GraphPartType GetType( System.object obj )
Parameters
- obj