C# Class HotChai.Serialization.ObjectReader.EndArrayValueState

Inheritance: ObjectReaderState
显示文件 Open project: hotchai/serialize.net

Public Properties

Property Type Description
State EndArrayValueState

Public Methods

Method Description
MoveToNextArrayValue ( ObjectReader reader ) : bool
Skip ( ObjectReader reader ) : void

Private Methods

Method Description
EndArrayValueState ( ) : System

Method Details

MoveToNextArrayValue() public method

public MoveToNextArrayValue ( ObjectReader reader ) : bool
reader ObjectReader
return bool

Skip() public method

public Skip ( ObjectReader reader ) : void
reader ObjectReader
return void

Property Details

State public_oe static_oe property

public static EndArrayValueState State
return EndArrayValueState