共用方式為


IExtensionPartCollection<T>.GetCurrentSet Method

Definition

Returns an immutable collection of current set of parts available.

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

Returns

an immutable collection of objects that implement contract type.

Remarks

This collection is only meant for short term use and should not be stored across invocations.

Applies to