Preparing search index...
The search index is not available
LINQ To TypeScript - v11.1.0
LINQ To TypeScript
IPrototype
Interface IPrototype<Y>
TODO: Simplify
interface
IPrototype
{
new IPrototype
new
(
...
params
)
:
Y
;
new IPrototype
new
(
...
args
)
:
{
[
key
:
string
]
:
any
;
}
;
prototype
:
{
[
key
:
string
]
:
any
;
}
;
}
Type Parameters
Y
Hierarchy
IConstructor
<
{
[
key
:
string
]
:
any
;
}
>
IPrototype
Index
Constructors
constructor
Properties
prototype
Constructors
constructor
new IPrototype
(
...
params
)
:
Y
Parameters
Rest
...
params
:
any
[]
Returns
Y
new IPrototype
(
...
args
)
:
{
[
key
:
string
]
:
any
;
}
Parameters
Rest
...
args
:
any
[]
Returns
{
[
key
:
string
]
:
any
;
}
[
key
:
string
]:
any
Properties
Readonly
prototype
prototype
:
{
[
key
:
string
]
:
any
;
}
Type declaration
[
key
:
string
]:
any
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
TODO: Simplify