Preparing search index...
The search index is not available
LINQ To TypeScript - v11.1.0
LINQ To TypeScript
IConstructor
Interface IConstructor<TResult>
Represents a type with a constructor
interface
IConstructor
{
new IConstructor
new
(
...
args
)
:
TResult
;
prototype
:
TResult
;
}
Type Parameters
TResult
Hierarchy
Function
IConstructor
IPrototype
Index
Constructors
constructor
Properties
prototype
Constructors
constructor
new IConstructor
(
...
args
)
:
TResult
Parameters
Rest
...
args
:
any
[]
Returns
TResult
Properties
Readonly
prototype
prototype
:
TResult
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
constructor
prototype
LINQ To TypeScript - v11.1.0
ParallelGeneratorType
ArgumentOutOfRangeException
ArrayEnumerable
InvalidOperationException
IAsyncEnumerable
IAsyncParallel
IConstructor
IEnumerable
IGrouping
IOrderedAsyncEnumerable
IOrderedEnumerable
IOrderedParallelEnumerable
IParallelEnumerable
IPrototype
IAsyncEqualityComparer
IAsyncFlatten
IComparer
IEqualityComparer
IFlatten
IParallelFlatten
InferType
Loading...
Generated using
TypeDoc
Represents a type with a constructor