Range<T>(T, T) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Range (T start, T after);
new Microsoft.Bot.Builder.Internals.Fibers.Range<'T (requires 'T :> IEquatable<'T> and 'T :> IComparable<'T>)> : 'T * 'T -> Microsoft.Bot.Builder.Internals.Fibers.Range<'T (requires 'T :> IEquatable<'T> and 'T :> IComparable<'T>)>
Public Sub New (start As T, after As T)
Parameters
- start
- T
- after
- T