Click or drag to resize

SVarCollection Class

Represents a collection of server variables.
Inheritance Hierarchy
SystemObject
  SampSharp.GameMode.SAMPSVarCollection

Namespace:  SampSharp.GameMode.SAMP
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class SVarCollection : IEnumerable<Object>, 
	IEnumerable

The SVarCollection type exposes the following members.

Constructors
  NameDescription
Public methodSVarCollection
Initializes a new instance of the SVarCollection class
Top
Properties
Methods
  NameDescription
Public methodDelete
Deletes the specified varname.
Public methodEquals (Inherited from Object.)
Public methodExists
Checks whether a variable with the specified varname exists.
Protected methodFinalize (Inherited from Object.)
Public methodGetT
Gets the variable with the specified varname.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetType(String)
Gets the type of the variable with the given varname.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNameAtIndex
Gets the name at the given index.
Public methodToString (Inherited from Object.)
Top
See Also