Gameloop.Vdf
Adds the elements of the specified collection to the specified generic .
The list to add to.
The collection of elements to add.
Helper method for generating a MetaObject which calls a
specific method on Dynamic that returns a result
Helper method for generating a MetaObject which calls a
specific method on Dynamic, but uses one of the arguments for
the result.
Helper method for generating a MetaObject which calls a
specific method on Dynamic, but uses one of the arguments for
the result.
Returns a Restrictions object which includes our current restrictions merged
with a restriction limiting our type
Determines whether the parser should translate escape sequences (/n, /t, etc.).
Determines whether the parser should evaluate conditional blocks ([$WINDOWS], etc.).
Reads a single token. The value is stored in the 'Value' property.
True if a token was read, false otherwise.
Moves the pointer to the location of the first token character.
True if a token is found, false otherwise.
Refills the buffer if we're at the end.
False if the stream is empty, true otherwise.
Specifies that an output will not be null even if the corresponding type allows it.
Specifies that when a method returns , the parameter will not be null even if the corresponding type allows it.
Initializes the attribute with the specified return value condition.
The return value condition. If the method returns this value, the associated parameter will not be null.
Gets the return value condition.
Specifies that when a method returns , the parameter will not be null even if the corresponding type allows it.
Initializes the attribute with the specified return value condition.
The return value condition. If the method returns this value, the associated parameter will not be null.
Gets the return value condition.
Specifies that an output may be null even if the corresponding type disallows it.
Specifies that null is allowed as an input even if the corresponding type disallows it.
Specifies that the method will not return if the associated Boolean parameter is passed the specified value.
Initializes a new instance of the class.
The condition parameter value. Code after the method will be considered unreachable by diagnostics if the argument to
the associated parameter matches this value.
Gets the condition parameter value.