DisposableTests.GroupDisposable_CopyTo_BeyondEnd Method

Namespace:  ReactiveTests.Tests
Assembly:  Tests.System.Reactive (in Tests.System.Reactive.dll)

Syntax

'Declaration
<ExpectedExceptionAttribute(GetType(ArgumentOutOfRangeException))> _
<TestMethodAttribute> _
Public Sub GroupDisposable_CopyTo_BeyondEnd
'Usage
Dim instance As DisposableTests

instance.GroupDisposable_CopyTo_BeyondEnd()
[ExpectedExceptionAttribute(typeof(ArgumentOutOfRangeException))]
[TestMethodAttribute]
public void GroupDisposable_CopyTo_BeyondEnd()
[ExpectedExceptionAttribute(typeof(ArgumentOutOfRangeException))]
[TestMethodAttribute]
public:
void GroupDisposable_CopyTo_BeyondEnd()
[<ExpectedExceptionAttribute(typeof(ArgumentOutOfRangeException))>]
[<TestMethodAttribute>]
member GroupDisposable_CopyTo_BeyondEnd : unit -> unit 
public function GroupDisposable_CopyTo_BeyondEnd()

See Also

Reference

DisposableTests Class

ReactiveTests.Tests Namespace