Data.CommonCmdletBase.BeforeWriteCollection C# (CSharp) Method

BeforeWriteCollection() protected method

protected BeforeWriteCollection ( PSCmdletBase cmdlet, ArrayList outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection System.Collections.ArrayList
return void
        protected override void BeforeWriteCollection(PSCmdletBase cmdlet, ArrayList outputObjectCollection) {}
        protected override void BeforeWriteCollection(PSCmdletBase cmdlet, IList outputObjectCollection) {}

Same methods

CommonCmdletBase::BeforeWriteCollection ( PSCmdletBase cmdlet, Hashtable outputObjectCollection ) : void
CommonCmdletBase::BeforeWriteCollection ( PSCmdletBase cmdlet, ICollection outputObjectCollection ) : void
CommonCmdletBase::BeforeWriteCollection ( PSCmdletBase cmdlet, IEnumerable outputObjectCollection ) : void
CommonCmdletBase::BeforeWriteCollection ( PSCmdletBase cmdlet, IList outputObjectCollection ) : void
CommonCmdletBase::BeforeWriteCollection ( PSCmdletBase cmdlet, System outputObjectCollection ) : void
CommonCmdletBase::BeforeWriteCollection ( PSCmdletBase cmdlet, object outputObjectCollection ) : void