feat: working version with scopes.
This commit is contained in:
@@ -38,9 +38,6 @@ public class ValueProvider<T>
|
||||
|
||||
private class GetterImplementation(T value) : IValueGetter<T>
|
||||
{
|
||||
public T Get()
|
||||
{
|
||||
return value;
|
||||
}
|
||||
public T Value => value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user