Enum EnumerableInsertionMode
Identifies the insertion models available to the dictionary.
public enum EnumerableInsertionMode
Fields
AddMethod = 1Insertion possible by an Add-like method defined on the type.
ExplicitICollectionOfT = 2Enumerable explicitly implements ICollection<T>.
ExplicitIList = 3Enumerable explicitly implements ICollection.
None = 0No insertion model available.