IXamlAssembly Interface

Namespace
XamlX.TypeSystem
Interfaces
graph BT Type-.->Interface0["IEquatable<IXamlAssembly>"] Type["IXamlAssembly"] class Type type-node

Syntax

public interface IXamlAssembly : IEquatable<IXamlAssembly>

Properties

Name Value Summary
CustomAttributes IReadOnlyList<IXamlCustomAttribute>
Name string

Methods

Name Value Summary
FindType(string) IXamlType