Interface IGenericTypeProvider
This interface must be implemented by the component that wants to provide generic types for multiple parameters.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Obsolete("This API is deprecated and will be removed in a future release. This feature is being retired and will not be continued in future versions.", false)]
public interface IGenericTypeProvider
Methods
Name | Description |
---|---|
Check |
Provide custom implementation of this method to return true or false on the basis of whether you want to serialize the specific FieldInfo of specific type. |
Get |
Client has to provide the implementation of this method, and has to fill the array with the desired generic types and return it back. |