Namespace: Couchbase.AnnotationsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic StringFormatMethodAttribute(
string formatParameterName
)
public StringFormatMethodAttribute(
string formatParameterName
)
Public Sub New (
formatParameterName As String
)
Public Sub New (
formatParameterName As String
)
public:
StringFormatMethodAttribute(
String^ formatParameterName
)
public:
StringFormatMethodAttribute(
String^ formatParameterName
)
new :
formatParameterName : string -> StringFormatMethodAttribute
new :
formatParameterName : string -> StringFormatMethodAttribute
Parameters
- formatParameterName
- Type: System.String
Specifies which parameter of an annotated method should be treated as format-string
See Also