Collection<T> Class

Definition

public static class Collection<T> where T : class, IMetadataObject
type Collection<'T (requires 'T : null and 'T :> IMetadataObject)> = class
Public Class Collection(Of T)

Type Parameters

T
Inheritance
Collection<T>

Properties

Empty
EmptyOrdered

Methods

ApplyOnFirstAccess<C>(IMutableMetadataCollection<C>, Action<C>, Predicate<C>)
Convert<TDerived>(IMetadataCollection<TDerived>)
CopyToArray(IMetadataCollection<T>)
CreateOrderedCollection(CollationInfo, T)
CreateOrderedCollection(CollationInfo, T, T)
CreateOrderedCollection(CollationInfo, T[])
CreateOrderedCollection(CollationInfo, T[], Int32)
Filter(IMetadataCollection<T>, Predicate<T>)
Merge(Boolean, IMetadataCollection<T>, IMetadataCollection<T>)
Merge(Boolean, IMetadataCollection<T>[])
Merge(IMetadataCollection<T>, IMetadataCollection<T>)
Merge(IMetadataCollection<T>[])

Applies to