C# 클래스 SimpleFramework.Xml.Strategy.ObjectValue

The ObjectValue is an implementation of a value that represents a object other than an array. Objects described by this can be instantiated and set in to the internal graph so that they can be later retrieved.
상속: Value
파일 보기 프로젝트 열기: ngallagher/simplexml

공개 메소드들

메소드 설명
IsReference ( ) : bool
ObjectValue ( Class type ) : System

Constructor for the ObjectValue object. This is used to describe an object that can be instantiated by the deserialization process and set on the internal graph used.

메소드 상세

IsReference() 공개 메소드

public IsReference ( ) : bool
리턴 bool

ObjectValue() 공개 메소드

Constructor for the ObjectValue object. This is used to describe an object that can be instantiated by the deserialization process and set on the internal graph used.
public ObjectValue ( Class type ) : System
type Class /// this is the type of object that is described ///
리턴 System