A list of results
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
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
See Also