public Type ClassType { get; }
Public ReadOnly Property ClassType As Type Get Dim instance As FieldInfo Dim value As Type value = instance.ClassType
public: property Type^ ClassType { Type^ get (); }
member ClassType : Type with get
In This Article