次の方法で共有


DisposableTests.GroupDisposable_CopyTo_BeyondEnd メソッド

Namespace: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 名前空間