ManagedList<T>.Get Method

Definition

public System.Collections.Generic.IEnumerable<T> Get ();
member this.Get : unit -> seq<'T>
Public Function Get () As IEnumerable(Of T)

Returns

IEnumerable<T>

Applies to