Alba.Jaml.MSInternal.XamlTypeName.From C# (CSharp) Méthode

From() public static méthode

public static From ( System typeName ) : XamlTypeName
typeName System
Résultat XamlTypeName
        public static XamlTypeName From (System.Xaml.Schema.XamlTypeName typeName)
        {
            return new XamlTypeName(typeName.Namespace, typeName.Name, typeName.TypeArguments);
        }
    }