C# Class Machine.Specifications.Annotations.StringFormatMethodAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: agross/machine.specifications

Public Methods

Method Description
StringFormatMethodAttribute ( string formatParameterName ) : System

Initializes new instance of StringFormatMethodAttribute

Method Details

StringFormatMethodAttribute() public method

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
return System