Constable Authorization Engine 2.0 BETA

PropertyRuleCollection.CreateEmptyClone Method 

[This is preliminary documentation and subject to change.]

Creates a new, empty instance of the PropertyRuleCollection class.

[Visual Basic]
Overrides Protected Function CreateEmptyClone( _
   ByVal updater As ICollectionUpdater _
) As RuleCollectionBase
[C#]
protected override RuleCollectionBase CreateEmptyClone(
   ICollectionUpdater updater
);

Parameters

updater
The ICollectionUpdater implementation to be associated with the returned collection.

Return Value

A reference to the newly created PropertyRuleCollection instance.

See Also

PropertyRuleCollection Class | LaMarvin.Constable.Model Namespace