C# 클래스 Patchwork.NewTypeAttribute

상속: TypeActionAttribute
파일 보기 프로젝트 열기: GregRos/Patchwork 1 사용 예제들

공개 메소드들

메소드 설명
NewTypeAttribute ( string newTypeName = null, string newNamespace = null ) : System

비공개 메소드들

메소드 설명
NewTypeAttribute ( bool isImplicit, string newTypeName = null, string newNamespace = null ) : System

Creates a new NewTypeAttribute, possibly marking the type as implicit.

메소드 상세

NewTypeAttribute() 공개 메소드

public NewTypeAttribute ( string newTypeName = null, string newNamespace = null ) : System
newTypeName string The short name under which the type is introduced. If null, the name is unchanged. Dots should not be used here.
newNamespace string The namespace under which the type will be introduced. May contain dots. If null, the type is unchanged.
리턴 System