Strongly typed dictionary to represent array-valued fields returned from Perforce commands.
For a list of all members of this type, see ArrayFieldDictionary Members.
System.Object
P4API.ArrayFieldDictionary
The FieldDictionary only contains fields that contain a string array values. Fields that return a single string values are stored in FieldDictionary.
If a value is read from a key that does not exist, an empty array will be returned. If a value is set with a key that does not exist, it will automatically be added. This behavior is to support many Perforce commands that omit a key, rather than supply a default value.
Namespace: P4API
Assembly: p4api (in p4api.dll)
ArrayFieldDictionary Members | P4API Namespace