-
Home
-
API
-
XamlToCSharpGenerator.LanguageService.Symbols
-
AvaloniaTypeInfo
AvaloniaTypeInfo Class
Definition
Show inherited members (7)
public sealed record AvaloniaTypeInfo(string XmlTypeName, string FullTypeName, string XmlNamespace, string ClrNamespace, string AssemblyName, ImmutableArray<AvaloniaPropertyInfo> Properties, string Summary, AvaloniaSymbolSourceLocation? SourceLocation = default(AvaloniaSymbolSourceLocation? ), ImmutableArray<AvaloniaPseudoClassInfo> PseudoClasses = default(ImmutableArray<AvaloniaPseudoClassInfo>)) : IEquatable<AvaloniaTypeInfo>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Constructors (1)
Properties (9)