Alba.Jaml.MSInternal.XamlTypeName.From C# (CSharp) Method

From() public static method

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