Constable Authorization Engine 2.0 BETA

RuleCollectionBase.CreateEmptyClone Method 

[This is preliminary documentation and subject to change.]

This member supports the Constable Authorization Engine (CAZE) infrastructure and is not intended to be used directly from your code.

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

See Also

RuleCollectionBase Class | LaMarvin.Constable.Model Namespace