C# Class System.Runtime.Serialization.Json.JsonReader.ElementInfo

显示文件 Open project: kumpera/mono

Public Properties

Property Type Description
HasContent bool
Name string
Type string

Public Methods

Method Description
ElementInfo ( string name, string type ) : System

Method Details

ElementInfo() public method

public ElementInfo ( string name, string type ) : System
name string
type string
return System

Property Details

HasContent public_oe property

public bool HasContent
return bool

Name public_oe property

public string Name
return string

Type public_oe property

public string Type
return string