共用方式為


DisposableTests.GroupDisposable_CopyTo_BeyondEnd 方法

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

語法

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

另請參閱

參考

可處置的Tests 類別

ReactiveTests.Tests 命名空間