'Declaration Public Function New( _ ByVal collection As IEnumerable(Of Object), _ ByRef numAdded As Integer _ )
'Usage Dim collection As IEnumerable(Of Object) Dim numAdded As Integer Dim instance As New FileSystemOperationOptionStack(collection, numAdded)
public FileSystemOperationOptionStack( IEnumerable<object> collection, out int numAdded )
Parameters
- collection
- numAdded