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

Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Свойство Type Description
HasContent bool
Name string
Type string

Méthodes publiques

Méthode Description
ElementInfo ( string name, string type ) : System

Method Details

ElementInfo() public méthode

public ElementInfo ( string name, string type ) : System
name string
type string
Résultat System

Property Details

HasContent public_oe property

public bool HasContent
Résultat bool

Name public_oe property

public string Name
Résultat string

Type public_oe property

public string Type
Résultat string