C# 클래스 ObjectPrinter.ObjectInfo

The info used by the ObjectPrinter to inspect and print items
파일 보기 프로젝트 열기: drewburlingame/ObjectPrinter

공개 메소드들

메소드 설명
ObjectInfo ( object value ) : System

Create an instance of an ObjectInfo without a name.

ObjectInfo ( string name, object value ) : System

Create an instance of an ObjectInfo with a name.

메소드 상세

ObjectInfo() 공개 메소드

Create an instance of an ObjectInfo without a name.
public ObjectInfo ( object value ) : System
value object
리턴 System

ObjectInfo() 공개 메소드

Create an instance of an ObjectInfo with a name.
public ObjectInfo ( string name, object value ) : System
name string
value object
리턴 System