[This is preliminary documentation and is subject to change.]
Returns frequently-used generic collections
Namespace: NFX.Serialization.SlimAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static IEnumerable<Type> CommonCollectionTypes { get; }
public static IEnumerable<Type> CommonCollectionTypes { get; }
Public Shared ReadOnly Property CommonCollectionTypes As IEnumerable(Of Type)
Get
Public Shared ReadOnly Property CommonCollectionTypes As IEnumerable(Of Type)
Get
public:
static property IEnumerable<Type^>^ CommonCollectionTypes {
IEnumerable<Type^>^ get ();
}
public:
static property IEnumerable<Type^>^ CommonCollectionTypes {
IEnumerable<Type^>^ get ();
}
static member CommonCollectionTypes : IEnumerable<Type> with get
static member CommonCollectionTypes : IEnumerable<Type> with get
Property Value
Type:
IEnumerable
Type