Returns an System.Collections.Generic.IEnumerable`1.
Declaring type: IObjectSource
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract IEnumerable<T> Get<T> ()
where T  : class
Type Parameters
T
Generic Argument of the returned System.Collections.Generic.IEnumerable`1.
Return Value