Artemis.Annotations.StringFormatMethodAttribute.StringFormatMethodAttribute C# (CSharp) 메소드

StringFormatMethodAttribute() 공개 메소드

public StringFormatMethodAttribute ( string formatParameterName ) : System
formatParameterName string /// Specifies which parameter of an annotated method should be treated as format-string ///
리턴 System
        public StringFormatMethodAttribute(string formatParameterName)
        {
            FormatParameterName = formatParameterName;
        }
StringFormatMethodAttribute