次の方法で共有


DisposableTests.GroupDisposable_CopyTo_Negative メソッド

Namespace:ReactiveTests.Tests
アセンブリ: Tests.System.Reactive (Tests.System.Reactive.dll)

構文

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

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

参照

リファレンス

DisposableTests クラス

ReactiveTests.Tests 名前空間