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

Show file 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 property

public bool HasContent
return bool

Name public property

public string Name
return string

Type public property

public string Type
return string