コード例 #1
0
 internal DefaultTypeDescriptor(TypeDescriptor.TypeDescriptionNode node, Type objectType, object instance)
 {
     this._node = node;
     this._objectType = objectType;
     this._instance = instance;
 }
コード例 #2
0
 internal DefaultExtendedTypeDescriptor(TypeDescriptor.TypeDescriptionNode node, object instance)
 {
     this._node = node;
     this._instance = instance;
 }