Click or drag to resize

VariableCollectionItem Property

Gets or sets the element with the specified key.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
KeyNotFoundExceptionThe property is retrieved and key is not found.
NotSupportedExceptionThe property is set and the IDictionaryTKey, TValue is read-only.
See Also