Perforce API for the .Net CLR P4.Net

ArrayFieldDictionary Class

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

[Visual Basic]
Public Class ArrayFieldDictionary
[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.

Requirements

Namespace: P4API

Assembly: p4api (in p4api.dll)

See Also

ArrayFieldDictionary Members | P4API Namespace