CsvAttribute
Assembly: ServiceStack.Text.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
public class CsvAttribute : Attribute, _Attribute
Properties
CsvBehavior
View Source
Declaration
public CsvBehavior CsvBehavior { get; set; }
Implements
System.Runtime.InteropServices._Attribute