Table of Contents

Enum EnumerableInsertionMode

Namespace
PolyType.Roslyn
Assembly
PolyType.Roslyn.dll

Identifies the insertion models available to the dictionary.

public enum EnumerableInsertionMode

Fields

AddMethod = 1

Insertion possible by an Add-like method defined on the type.

ExplicitICollectionOfT = 2

Enumerable explicitly implements ICollection<T>.

ExplicitIList = 3

Enumerable explicitly implements ICollection.

None = 0

No insertion model available.