Interface ICsAttributes
Interface that determines if a c# model has attributes assigned.
Inherited Members
Namespace: CodeFactory.DotNet.CSharp
Assembly: CodeFactory.DotNet.dll
Syntax
public interface ICsAttributes : IDotNetAttributes
Properties
| Improve this Doc View SourceAttributes
The attributes assigned to this item. If the HasAttributes is false this will be an empty list.
Declaration
IReadOnlyList<CsAttribute> Attributes { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<CsAttribute> |