C# 클래스 System.Runtime.Serialization.Json.JsonReader.ElementInfo

파일 보기 프로젝트 열기: kumpera/mono

공개 프로퍼티들

프로퍼티 타입 설명
HasContent bool
Name string
Type string

공개 메소드들

메소드 설명
ElementInfo ( string name, string type ) : System

메소드 상세

ElementInfo() 공개 메소드

public ElementInfo ( string name, string type ) : System
name string
type string
리턴 System

프로퍼티 상세

HasContent 공개적으로 프로퍼티

public bool HasContent
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Type 공개적으로 프로퍼티

public string Type
리턴 string