VariableCollectionItem Property |
Namespace: SampSharp.Entities.SAMP
public Object this[ string key ] { get; set; }
Exception | Condition |
---|---|
ArgumentNullException | key is . |
KeyNotFoundException | The property is retrieved and key is not found. |
NotSupportedException | The property is set and the IDictionaryTKey, TValue is read-only. |