FieldDictionaryAdd Method (String, Byte) |
Namespace: Rhino.Render.Fields
public ByteArrayField Add( string key, byte[] value )
Public Function Add ( key As String, value As Byte() ) As ByteArrayField
[Missing <returns> documentation for "M:Rhino.Render.Fields.FieldDictionary.Add(System.String,System.Byte[])"]
| Exception | Condition |
|---|---|
| ArgumentException | An element with the same key already exists in the dictionary |