GetXamlNamespaces() public method

public GetXamlNamespaces ( ) : IList
return IList
Esempio n. 1
0
 public DirectiveAdapter(XamlDirective xamlMember)
     : base(xamlMember.GetXamlNamespaces(), xamlMember.Name, xamlMember.Type, xamlMember.TypeConverter, xamlMember.AllowedLocation)
 {
 }