Methods.Loop<C,T>(Rest<C,T>, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public static Microsoft.Bot.Builder.Internals.Fibers.Rest<C,T> Loop<C,T> (Microsoft.Bot.Builder.Internals.Fibers.Rest<C,T> rest, int count);
static member Loop : Microsoft.Bot.Builder.Internals.Fibers.Rest<'C, 'T> * int -> Microsoft.Bot.Builder.Internals.Fibers.Rest<'C, 'T>
Public Shared Function Loop(Of C, T) (rest As Rest(Of C, T), count As Integer) As Rest(Of C, T)
類型參數
- C
- T
參數
- rest
- Rest<C,T>
- count
- Int32