CecilTypeSystem.

CecilTypeSystem.CecilField Class

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

Syntax

public class CecilTypeSystem.CecilField : IXamlField, IEquatable<IXamlField>, IXamlMember

Constructors

Properties

Name Value Summary
CustomAttributes IReadOnlyList<IXamlCustomAttribute>
Field FieldReference
FieldType IXamlType
IsLiteral bool
IsPublic bool
IsStatic bool
Name string
TypeSystem CecilTypeSystem

Methods

Name Value Summary
Equals(IXamlField) bool
GetLiteralValue() object