C# Class Platform.Xml.Serialization.XmlDictionaryElementTypeAttribute

Inheritance: Platform.Xml.Serialization.XmlElementAttribute
Show file Open project: platformdotnet/Platform

Public Methods

Method Description
XmlDictionaryElementTypeAttribute ( Type elementType, string typeAlias ) : System

Method Details

XmlDictionaryElementTypeAttribute() public method

public XmlDictionaryElementTypeAttribute ( Type elementType, string typeAlias ) : System
elementType System.Type
typeAlias string
return System