Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public Func<string, string> FormatIdentifier { get; set; }
public Func<string, string> FormatIdentifier { get; set; }
Public Property FormatIdentifier As Func(Of String, String)
Get
Set
Public Property FormatIdentifier As Func(Of String, String)
Get
Set
public:
property Func<String^, String^>^ FormatIdentifier {
Func<String^, String^>^ get ();
void set (Func<String^, String^>^ value);
}
public:
property Func<String^, String^>^ FormatIdentifier {
Func<String^, String^>^ get ();
void set (Func<String^, String^>^ value);
}
member FormatIdentifier : Func<string, string> with get, set
member FormatIdentifier : Func<string, string> with get, set
Property Value
Type:
Func String,
String