Space Engineers
Public Member Functions | Properties | List of all members
ProtoBuf.Meta.BasicList.Node Class Reference

Public Member Functions

object TryGet (int index)
 
void RemoveLastWithMutate ()
 
Node Append (object value)
 
Node Trim ()
 

Properties

object this[int index] [get, set]
 
int Length [get]
 

Detailed Description

Definition at line 70 of file BasicList.cs.

Member Function Documentation

Node ProtoBuf.Meta.BasicList.Node.Append ( object  value)
inline

Definition at line 114 of file BasicList.cs.

void ProtoBuf.Meta.BasicList.Node.RemoveLastWithMutate ( )
inline

Definition at line 109 of file BasicList.cs.

Node ProtoBuf.Meta.BasicList.Node.Trim ( )
inline

Definition at line 133 of file BasicList.cs.

object ProtoBuf.Meta.BasicList.Node.TryGet ( int  index)
inline

Definition at line 93 of file BasicList.cs.

Property Documentation

int ProtoBuf.Meta.BasicList.Node.Length
get

Definition at line 100 of file BasicList.cs.

object ProtoBuf.Meta.BasicList.Node.this[int index]
getset

Definition at line 73 of file BasicList.cs.


The documentation for this class was generated from the following file: