A list of results

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public interface ResultList<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable
Visual Basic
Public Interface ResultList(Of T) _
	Inherits IList(Of T), ICollection(Of T), IEnumerable(Of T),  _
	IEnumerable
Visual C++
generic<typename T>
public interface class ResultList : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T
Type of list members

See Also