C# 클래스 Taijutsu.Annotation.StringFormatMethodAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: NikGovorov/Taijutsu

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
StringFormatMethodAttribute ( string formatParameterName ) : System

Initializes a new instance of the StringFormatMethodAttribute class. Initializes new instance of StringFormatMethodAttribute

메소드 상세

StringFormatMethodAttribute() 공개 메소드

Initializes a new instance of the StringFormatMethodAttribute class. Initializes new instance of StringFormatMethodAttribute
public StringFormatMethodAttribute ( string formatParameterName ) : System
formatParameterName string /// Specifies which parameter of an annotated method should be treated as format-string ///
리턴 System