TransactionalStateStorageTestRunnerxUnit<TState>.ReplaceMany 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Xunit.Theory]
public override System.Threading.Tasks.Task ReplaceMany (int count);
[Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
[Xunit.Theory]
public override System.Threading.Tasks.Task ReplaceMany (int count);
[<Xunit.Theory>]
override this.ReplaceMany : int -> System.Threading.Tasks.Task
[<Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
[<Xunit.Theory>]
override this.ReplaceMany : int -> System.Threading.Tasks.Task
Public Overrides Function ReplaceMany (count As Integer) As Task
參數
- count
- Int32
傳回
- 屬性
-
Xunit.InlineDataAttribute Xunit.TheoryAttribute