TransparentIdentifierFactory.Create(Type, Type) Método

Definición

Crea un nuevo tipo de identificador transparente para los tipos especificados.

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

Tipo externo del identificador transparente.

innerType
Type

Tipo interno del identificador transparente.

Devoluciones

Tipo de identificador transparente creado.

Atributos

Se aplica a