'Declaration Public Overloads Shared Function GetValue(Of T)( _ ByVal rcr1 As RplContainerRec, _ ByVal rcr2 As RplContainerRec, _ ByVal childRecType As Byte, _ ByVal defValue As T _ ) As T
public static T GetValue<T>( RplContainerRec rcr1, RplContainerRec rcr2, byte childRecType, T defValue )
Parameters
- rcr1
- rcr2
- childRecType
- defValue
Type Parameters
- T