Namespace: Alachisoft.NCache.Runtime.Serialization.IO
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
public abstract T ReadObjectAs<T>() |
| Visual Basic |
|---|
Public MustOverride Function ReadObjectAs(Of T) As T |
| Visual C++ |
|---|
public: generic<typename T> virtual T ReadObjectAs() abstract |
Type Parameters
- T