Instance a new instance of the class AnonymousProperty and initialize it.
Declaring type: AnonymousProperty
Namespace: Zyan.InterLinq.Types.Anonymous
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public AnonymousProperty (
        string name,
        object value
) 
Parameters
name
Name of the property.
value
Value of the property.