* Return the matching Dependable for the given class instance. * @deprecated use `of`
(instance: IDependable)
| 96 | * @deprecated use `of` |
| 97 | */ |
| 98 | public static get(instance: IDependable): Dependable { |
| 99 | return this.of(instance); |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * The set of constructs that form the root of this dependable |