C# 클래스 Xml.Net.XmlConvertKeyValueElementAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: hughbe/xml.net

공개 메소드들

메소드 설명
XmlConvertKeyValueElementAttribute ( string keyName, string valueName ) : System

Initializes a new instance of the XmlConvertKeyValueElementAttribute class with a key name and a value name.

메소드 상세

XmlConvertKeyValueElementAttribute() 공개 메소드

Initializes a new instance of the XmlConvertKeyValueElementAttribute class with a key name and a value name.
public XmlConvertKeyValueElementAttribute ( string keyName, string valueName ) : System
keyName string The custom name of the key of a dictionary element when serialized into XML.
valueName string The custom name of the value of a dictionary element when serialized into XML.
리턴 System