[]
public T GetValue<T>(byte childRecType)
Type | Name | Description |
---|---|---|
byte | childRecType |
Type | Description |
---|---|
T |
Name | Description |
---|---|
T |
public T GetValue<T>(byte childRecType, T defValue)
Type | Name | Description |
---|---|---|
byte | childRecType | |
T | defValue |
Type | Description |
---|---|
T |
Name | Description |
---|---|
T |
public static T GetValue<T>(RplContainerRec rcr1, RplContainerRec rcr2, byte childRecType, T defValue)
Type | Name | Description |
---|---|---|
RplContainerRec | rcr1 | |
RplContainerRec | rcr2 | |
byte | childRecType | |
T | defValue |
Type | Description |
---|---|
T |
Name | Description |
---|---|
T |