[This is preliminary documentation and subject to change.]
Initializes a new instance of the FrameworkInfoDictionary class.
Initializes a new instance of the FrameworkInfoDictionary class.
public FrameworkInfoDictionary();
Missing <summary> documentation for M:NAnt.Core.FrameworkInfoDictionary.#ctor(NAnt.Core.FrameworkInfoDictionary)
public FrameworkInfoDictionary(FrameworkInfoDictionary);
Missing <summary> documentation for M:NAnt.Core.FrameworkInfoDictionary.#ctor(System.Collections.IDictionary)
public FrameworkInfoDictionary(IDictionary);
Missing <summary> documentation for M:NAnt.Core.FrameworkInfoDictionary.#ctor(System.Collections.IDictionary,System.Collections.IHashCodeProvider,System.Collections.IComparer)
public FrameworkInfoDictionary(IDictionary,IHashCodeProvider,IComparer);
Missing <summary> documentation for M:NAnt.Core.FrameworkInfoDictionary.#ctor(System.Collections.IDictionary,System.Single)
public FrameworkInfoDictionary(IDictionary,float);
Missing <summary> documentation for M:NAnt.Core.FrameworkInfoDictionary.#ctor(System.Collections.IDictionary,System.Single,System.Collections.IHashCodeProvider,System.Collections.IComparer)
public FrameworkInfoDictionary(IDictionary,float,IHashCodeProvider,IComparer);
Missing <summary> documentation for M:NAnt.Core.FrameworkInfoDictionary.#ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer)
public FrameworkInfoDictionary(IHashCodeProvider,IComparer);
Initializes a new instance of the FrameworkInfoDictionary class with the specified capacity.
public FrameworkInfoDictionary(int);
Missing <summary> documentation for M:NAnt.Core.FrameworkInfoDictionary.#ctor(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer)
public FrameworkInfoDictionary(int,IHashCodeProvider,IComparer);
Missing <summary> documentation for M:NAnt.Core.FrameworkInfoDictionary.#ctor(System.Int32,System.Int32)
public FrameworkInfoDictionary(int,int);
Missing <summary> documentation for M:NAnt.Core.FrameworkInfoDictionary.#ctor(System.Int32,System.Single,System.Collections.IHashCodeProvider,System.Collections.IComparer)
public FrameworkInfoDictionary(int,float,IHashCodeProvider,IComparer);
FrameworkInfoDictionary Class | NAnt.Core Namespace