DisposableTests.GroupDisposable_CopyTo_Negative 方法

Namespace:ReactiveTests.Tests
装配: Tests.System.Reactive.dll) 中的 Tests.System.Reactive (

语法

'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 命名空间