CustomTypeElement.Resolve<T>(CustomTypeElement) Method

Definition

Attempts to resolve the custom type element to an object of the specified Type.

public:
generic <typename T>
 where T : class static T Resolve(System::IdentityModel::Configuration::CustomTypeElement ^ customTypeElement);
public static T Resolve<T> (System.IdentityModel.Configuration.CustomTypeElement customTypeElement) where T : class;
static member Resolve : System.IdentityModel.Configuration.CustomTypeElement -> 'T (requires 'T : null)
Public Shared Function Resolve(Of T As Class) (customTypeElement As CustomTypeElement) As T

Type Parameters

T

The Type to which to resolve the custom type element.

Parameters

customTypeElement
CustomTypeElement

The custom type element to resolve.

Returns

T

An object of TypeT.

Applies to