TransparentIdentifierFactory.Create(Type, Type) Método

Definição

Cria um novo tipo de identificador transparente para determinados tipos.

public static Type Create (Type outerType, Type innerType);
[System.Diagnostics.CodeAnalysis.DynamicDependency]
public static Type Create (Type outerType, Type innerType);
static member Create : Type * Type -> Type
[<System.Diagnostics.CodeAnalysis.DynamicDependency>]
static member Create : Type * Type -> Type
Public Shared Function Create (outerType As Type, innerType As Type) As Type

Parâmetros

outerType
Type

O tipo externo do identificador transparente.

innerType
Type

O tipo interno do identificador transparente.

Retornos

O tipo de identificador transparente criado.

Atributos

Aplica-se a