다음을 통해 공유


DisposableTests.GroupDisposable_CopyTo_BeyondEnd 메서드

네임스페이스:ReactiveTests.Tests
어셈블리: Tests.System.Reactive(Tests.System.Reactive.dll)

구문

'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()

참고 항목

참조

DisposableTests 클래스

ReactiveTests.Tests 네임스페이스