VariableCollectionAdd Method |
Namespace: SampSharp.Entities.SAMP
public void Add( string key, Object value )
Exception | Condition |
---|---|
ArgumentNullException | key is . |
ArgumentException | An element with the same key already exists in the IDictionaryTKey, TValue. |
NotSupportedException | The IDictionaryTKey, TValue is read-only. |