Strongly typed dictionary to represent fields returned from Perforce commands.

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

Syntax

C#
public class FieldDictionary

Remarks

The FieldDictionary only contains fields that contain a single string value. Fields that return array values are stored in ArrayFieldDictionary.

Inheritance Hierarchy

System..::.Object
  P4API..::.FieldDictionary

See Also