Interface IMValueReader
Inherited Members
System.IDisposable.Dispose()
Assembly: AltV.Net.Shared.dll
Syntax
public interface IMValueReader : IDisposable
Methods
|
Improve this Doc
View Source
BeginArray()
Declaration
|
Improve this Doc
View Source
BeginObject()
Declaration
|
Improve this Doc
View Source
EndArray()
Declaration
|
Improve this Doc
View Source
EndObject()
Declaration
|
Improve this Doc
View Source
HasNext()
Declaration
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NextBool()
Declaration
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NextDouble()
Declaration
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
NextInt()
Declaration
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NextLong()
Declaration
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
NextName()
Declaration
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NextString()
Declaration
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NextUInt()
Declaration
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
NextULong()
Declaration
Returns
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
Peek()
Declaration
Returns
|
Improve this Doc
View Source
SkipName()
Declaration
|
Improve this Doc
View Source
SkipValue()
Declaration