ObjectPropertyBag Constructor
Constructor. If o is not null, automatically adds members by calling [!:Add(object, int)].
Namespace: Quine.Schemas.Core.EventingAssembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public ObjectPropertyBag(
Object o = null,
int include = 1
)
Parameters
- o Object (Optional)
- Object to populate the bag from. May be null.
- include Int32 (Optional)
- Determines whether to include properties (default), fields or both.