C# Class OmniXaml.Typing.MetadataProvider

Afficher le fichier Open project: AvaloniaUI/OmniXAML

Private Properties

Свойство Type Description
GetDictionary object>.AutoKeyDictionary

Méthodes publiques

Méthode Description
Get ( Type type ) : OmniXaml.Typing.Metadata
Register ( Type type, OmniXaml.Typing.Metadata medataData ) : void

Private Methods

Méthode Description
GetDictionary ( string name ) : object>.AutoKeyDictionary

Method Details

Get() public méthode

public Get ( Type type ) : OmniXaml.Typing.Metadata
type System.Type
Résultat OmniXaml.Typing.Metadata

Register() public méthode

public Register ( Type type, OmniXaml.Typing.Metadata medataData ) : void
type System.Type
medataData OmniXaml.Typing.Metadata
Résultat void