AvaloniaPropertyInfo Class

Definition

public sealed record AvaloniaPropertyInfo(string Name, string TypeName, bool IsSettable, bool IsAttached, AvaloniaSymbolSourceLocation? SourceLocation = default(AvaloniaSymbolSourceLocation? )) : IEquatable<AvaloniaPropertyInfo>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (5)