12 |
public GenericMemoryProvider() : base() { } |
public GenericMemoryProvider() : base() { } |
13 |
public GenericMemoryProvider(IConfigPlugin config) : base(config) { } |
public GenericMemoryProvider(IConfigPlugin config) : base(config) { } |
14 |
public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config,process) { } |
public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config,process) { } |
15 |
public GenericMemoryProvider(IAcceptsProcessAndConfig config) : base(config) { } |
public GenericMemoryProvider(IAcceptsProcessAndConfig pconfig) : base(pconfig) { } |
16 |
} |
} |
17 |
} |
} |