SVarCollection Class |
Namespace: SampSharp.GameMode.SAMP
public class SVarCollection : IEnumerable<Object>, IEnumerable
The SVarCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | SVarCollection | Initializes a new instance of the SVarCollection class |
Name | Description | |
---|---|---|
![]() | ItemInt32 |
Gets or sets the Object at the specified index.
|
![]() | ItemString |
Gets or sets the Object with the specified varname.
|
![]() | UpperIndex |
Gets the upper index of the variables list.
|
Name | Description | |
---|---|---|
![]() | Delete |
Deletes the specified varname.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Exists |
Checks whether a variable with the specified varname exists.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetT |
Gets the variable with the specified varname.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetType(String) |
Gets the type of the variable with the given varname.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NameAtIndex |
Gets the name at the given index.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |