NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Get the value of the element at the specified
position in the result tuple. The first position is 0.
position in result tuple type of the tuple element
Namespace: NPersistenceReturn Value
value of the tuple element if i exceeds length of result tuple or element cannot be assigned to the specified typeAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
X Get<X>( int i, Type type )
Parameters
- i
- Int32
- type
- Type
Type Parameters
- X