SampSharp
SampSharp
SampSharp.Entities.SAMP
VariableCollection Class
VariableCollection Methods
Add Method
Clear Method
ContainsKey Method
GetEnumerator Method
GetFloat Method
GetInt Method
GetString Method
Remove Method
Set Method
TryGetValue Method
VariableCollection
GetEnumerator Method
Returns an enumerator that iterates through the collection.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
IEnumerator
<
KeyValuePair
<
string
,
Object
>>
GetEnumerator
()
Return Value
Type:
IEnumerator
KeyValuePair
String
,
Object
An enumerator that can be used to iterate through the collection.
Implements
IEnumerable
T
GetEnumerator
See Also
Reference
VariableCollection Class
SampSharp.Entities.SAMP Namespace