'Declaration
Public MustOverride Function GetValue( _ ByVal obj As System.Object _ ) As System.Object
'Usage
Dim instance As NStateMemberInfo Dim obj As System.Object Dim value As System.Object value = instance.GetValue(obj)
public abstract System.object GetValue( System.object obj )
Parameters
- obj