C# Class ObjectFormatting.ObjectFormatter.IndexValue

ファイルを表示 Open project: tncbbthositg/ObjectFormatter

Public Properties

Property Type Description
Index int
Value object

Public Methods

Method Description
IndexValue ( int index, object value ) : System

Method Details

IndexValue() public method

public IndexValue ( int index, object value ) : System
index int
value object
return System

Property Details

Index public_oe property

public int Index
return int

Value public_oe property

public object Value
return object