List of info messages.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2014.1.83.7625 (2014.1.83.7625)

Syntax

C#
public class InfoList : List<InfoLine>
Visual Basic
Public Class InfoList _
	Inherits List(Of InfoLine)
Visual C++
public ref class InfoList : public List<InfoLine^>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'InfoLine>)>)>
    Perforce.P4..::..InfoList

See Also