IXamlField Interface

Namespace
XamlX.TypeSystem
Interfaces
Implementing Types
graph BT Type-.->Interface0["IEquatable<IXamlField>"] Type-.->Interface1["IXamlMember"] click Interface1 "/api/XamlX.TypeSystem/IXamlMember" Type["IXamlField"] class Type type-node Implementing0["CecilTypeSystem.CecilField"]-.->Type click Implementing0 "/api/XamlX.TypeSystem/CecilField"

Syntax

public interface IXamlField : IEquatable<IXamlField>, IXamlMember

Properties

Name Value Summary
CustomAttributes IReadOnlyList<IXamlCustomAttribute>
FieldType IXamlType
IsLiteral bool
IsPublic bool
IsStatic bool

Methods

Name Value Summary
GetLiteralValue() object