コード例 #1
0
 protected internal PropertyDictionary(IntermediateFullMemberDictionary master, TInstanceIntermediateType parent, PropertyDictionary root)
     : base(master, parent, root)
 {
 }
コード例 #2
0
 internal protected FieldDictionary(IntermediateFullMemberDictionary master, TInstanceIntermediateType parent, FieldDictionary root)
     : base(master, parent, root)
 {
 }
コード例 #3
0
 public MethodDictionary(IntermediateFullMemberDictionary master, TInstanceIntermediateType parent, MethodDictionary root)
     : base(master, parent, root)
 {
 }
コード例 #4
0
 public MethodDictionary(IntermediateFullMemberDictionary master, TInstanceIntermediateType parent, ITypeIdentityManager identityManager)
     : base(master, parent, identityManager)
 {
 }
コード例 #5
0
 internal IndexerDictionary(IntermediateFullMemberDictionary master, TInstanceIntermediateType parent, IndexerDictionary root)
     : base(master, parent, root)
 {
 }
 public ImplementedInterfacesDictionary(TInstanceIntermediateType owner)
     : base(owner)
 {
 }
コード例 #7
0
 public PropertySetMethodMember(IntermediateClassPropertyMember <TInstanceIntermediateType> owner, TInstanceIntermediateType parent)
     : base(PropertyMethodType.SetMethod, owner, parent)
 {
 }