Data.CommonCmdletBase.AfterWriteCollection C# (CSharp) 메소드

AfterWriteCollection() 보호된 메소드

protected AfterWriteCollection ( PSCmdletBase cmdlet, ArrayList outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection System.Collections.ArrayList
리턴 void
        protected override void AfterWriteCollection(PSCmdletBase cmdlet, ArrayList outputObjectCollection) {}
        protected override void AfterWriteCollection(PSCmdletBase cmdlet, IList outputObjectCollection) {}

Same methods

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