Strongly typed dictionary to represent array-valued fields returned from Perforce commands.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public class ArrayFieldDictionary

Remarks

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.

Inheritance Hierarchy

System..::.Object
  P4API..::.ArrayFieldDictionary

See Also