- Namespace
- Statiq
.Testing - Interfaces
-
- IServiceCollection
- Base Types
-
- IServiceProvider
graph BT
Type-->Base0["IServiceProvider"]
Type-.->Interface0["IServiceCollection"]
Type["TestServiceProvider"]
class Type type-node
Syntax
public class TestServiceProvider : IServiceProvider, IServiceCollection
Constructors
Name | Summary |
---|---|
TestServiceProvider |
Properties
Name | Property Type | Summary |
---|---|---|
Count | int | |
IsReadOnly | bool | |
this[int] | ServiceDescriptor |
Methods
Name | Return Value | Summary |
---|---|---|
Add |
void | |
Clear |
void | |
Contains |
bool | |
CopyTo |
void | |
GetEnumerator |
IEnumerator |
|
GetService |
object | |
IndexOf |
int | |
Insert |
void | |
Remove |
bool | |
RemoveAt |
void |