C# 클래스 Patchwork.ModifiesTypeAttribute

상속: TypeActionAttribute
파일 보기 프로젝트 열기: GregRos/Patchwork

공개 메소드들

메소드 설명
ModifiesTypeAttribute ( string fullTypeName = "base" ) : System

Initializes a new instance of the ModifiesTypeAttribute class.

메소드 상세

ModifiesTypeAttribute() 공개 메소드

Initializes a new instance of the ModifiesTypeAttribute class.
public ModifiesTypeAttribute ( string fullTypeName = "base" ) : System
fullTypeName string /// Optionally, the full name of the type to be modified. "base" means the base type is used instead. null means a type /// with the same full name (in the target assembly) is modified. /// For nested classes, use the syntax Namespace.Container/Nested/... ///
리턴 System