Class AlgoApiFormatterAttribute
Inheritance
AlgoApiFormatterAttribute
Assembly: cs.temp.dll.dll
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
public sealed class AlgoApiFormatterAttribute : ProvideSourceInfoAttribute, _Attribute
Constructors
Declaration
public AlgoApiFormatterAttribute(Type formatterType, string member = "", string filePath = "", int lineNumber = 0)
Parameters
Properties
Declaration
public Type FormatterType { get; }
Property Value