Interface IParsedAttribute
Interface for a parsed attribute.
Namespace: Fibula.Parsing.Contracts.Abstractions
Assembly: Fibula.Parsing.Contracts.dll
Syntax
public interface IParsedAttribute
Properties
| Improve this Doc View SourceName
Gets or sets the attribute's name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the attribute's value.
Declaration
object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |