.NET Only. Base class for collections that resolve a string to an object.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
public interface IObjectResolve<T> where T : Meta |
| Visual Basic (Usage) |
|---|
Dim instance As IObjectResolve(Of T) |
Type Parameters
- T