TransparentIdentifierFactory.Create(Type, Type) 메서드

정의

지정된 형식에 대한 새 투명 식별자 형식을 만듭니다.

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

매개 변수

outerType
Type

투명 식별자의 외부 형식입니다.

innerType
Type

투명 식별자의 내부 형식입니다.

반환

생성된 투명 식별자 형식입니다.

특성

적용 대상