C# Class Alba.Jaml.MSInternal.XamlTypeName

Inheritance: System.Xaml.Schema.XamlTypeName
Datei anzeigen Open project: Athari/Alba.Jaml Class Usage Examples

Private Properties

Property Type Description
ParseInternal XamlTypeName

Public Methods

Method Description
From ( System typeName ) : XamlTypeName
XamlTypeName ( ) : System
XamlTypeName ( XamlType xamlType ) : System
XamlTypeName ( string xamlNamespace, string name ) : System
XamlTypeName ( string xamlNamespace, string name, IEnumerable typeArguments ) : System

Private Methods

Method Description
ParseInternal ( string typeName, string>.Func prefixResolver, string &error ) : XamlTypeName

Method Details

From() public static method

public static From ( System typeName ) : XamlTypeName
typeName System
return XamlTypeName

XamlTypeName() public method

public XamlTypeName ( ) : System
return System

XamlTypeName() public method

public XamlTypeName ( XamlType xamlType ) : System
xamlType XamlType
return System

XamlTypeName() public method

public XamlTypeName ( string xamlNamespace, string name ) : System
xamlNamespace string
name string
return System

XamlTypeName() public method

public XamlTypeName ( string xamlNamespace, string name, IEnumerable typeArguments ) : System
xamlNamespace string
name string
typeArguments IEnumerable
return System