Amazon.S3.Model.InventoryFilterPredicate.Accept C# (CSharp) Method

Accept() abstract private method

abstract private Accept ( IInventoryPredicateVisitor inventoryPredicateVisitor ) : void
inventoryPredicateVisitor IInventoryPredicateVisitor
return void
        internal abstract void Accept(IInventoryPredicateVisitor inventoryPredicateVisitor);
    }
InventoryFilterPredicate