Redigera

Dela via


LifecycleSubject.GetStageNames(Type) Method

Definition

Gets the collection of all stage numbers and their corresponding names.

protected static System.Collections.Immutable.ImmutableDictionary<int,string> GetStageNames (Type type);
static member GetStageNames : Type -> System.Collections.Immutable.ImmutableDictionary<int, string>
Protected Shared Function GetStageNames (type As Type) As ImmutableDictionary(Of Integer, String)

Parameters

type
Type

The lifecycle stage class.

Returns

The collection of all stage numbers and their corresponding names.

Applies to

See also