GetValue Method
GetValue<T>(byte)
Declaration
public T GetValue<T>(byte childRecType)
Public Function GetValue(Of T)(childRecType As Byte) As T
Parameters
| Type |
Name |
Description |
| byte |
childRecType |
|
Returns
Type Parameters
GetValue<T>(byte, T)
Declaration
public T GetValue<T>(byte childRecType, T defValue)
Public Function GetValue(Of T)(childRecType As Byte, defValue As T) As T
Parameters
| Type |
Name |
Description |
| byte |
childRecType |
|
| T |
defValue |
|
Returns
Type Parameters
GetValue<T>(RplContainerRec, RplContainerRec, byte, T)
Declaration
public static T GetValue<T>(RplContainerRec rcr1, RplContainerRec rcr2, byte childRecType, T defValue)
Public Shared Function GetValue(Of T)(rcr1 As RplContainerRec, rcr2 As RplContainerRec, childRecType As Byte, defValue As T) As T
Parameters
Returns
Type Parameters