Extension Method for System.Collections.IEnumerable. Converts an System.Collections.IEnumerable to a System.Collections.ObjectModel.ReadOnlyCollection`1.
Declaring type: ExpressionConversionHelper
Namespace: Zyan.InterLinq.Expressions
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static ReadOnlyCollection<T> MakeSerializableCollection<T> (
        IEnumerable exp,
        ExpressionConverter expConverter
) 
where T  : SerializableExpression
Type Parameters
T
Return type (must be subclass of SerializableExpression.
Parameters
exp
Extended class instance.
expConverter
Return Value