A list of results

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

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
F#
type ResultList<'T> =  
    interface
        interface IList<'T>
        interface ICollection<'T>
        interface IEnumerable<'T>
        interface IEnumerable
    end

Type Parameters

T
Type of list members

See Also