[This is preliminary documentation and is subject to change.]

List of info messages.

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

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