Exemplo n.º 1
0
 public _VC(_GroupedMasterBase <TDeclarationIdentifier, TDeclaration> master)
     : base(master)
 {
     this.master = master;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates a new <see cref="_GroupedDeclarations{TDeclarationSpecific, TParent, TDeclaration, TDictionary}"/>
 /// instance with the <paramref name="originalSet"/>
 /// provided.
 /// </summary>
 /// <param name="originalSet">The <typeparamref name="TDictionary"/>
 /// from which the <see cref="_GroupedDeclarations{TDeclarationSpecific, TParent, TDeclaration, TDictionary}"/>
 /// operates.</param>
 protected _GroupedDeclarations(_GroupedMasterBase <TDeclarationIdentifier, TDeclaration> master, TDictionary originalSet, TParent parent)
     : base(master, parent, originalSet)
 {
 }
Exemplo n.º 3
0
 public _DictionaryEnumerator(_GroupedMasterBase <TDeclarationIdentifier, TDeclaration> master)
 {
     this.master = master;
 }