ResourceExplorer.GetKindsForType Method

Definition

Overloads

GetKindsForType(Type)

Get the $kind for a type.

GetKindsForType<T>()

Get the $kind for a type.

GetKindsForType(Type)

Get the $kind for a type.

public System.Collections.Generic.List<string> GetKindsForType (Type type);
member this.GetKindsForType : Type -> System.Collections.Generic.List<string>
Public Function GetKindsForType (type As Type) As List(Of String)

Parameters

type
Type

type.

Returns

List<String>

$kind for the type.

Applies to

GetKindsForType<T>()

Get the $kind for a type.

public System.Collections.Generic.List<string> GetKindsForType<T> ();
member this.GetKindsForType : unit -> System.Collections.Generic.List<string>
Public Function GetKindsForType(Of T) () As List(Of String)

Type Parameters

T

type.

Returns

List<String>

$kind for the type.

Applies to