'宣言 Public Function TryGetValue(Of T)( _ ByVal childRecType As System.Byte, _ ByRef value As T _ ) As System.Boolean
'使用法 Dim instance As RplContainerRec Dim childRecType As System.Byte Dim value As T Dim value As System.Boolean value = instance.TryGetValue(Of T)(childRecType, value)
public System.bool TryGetValue<T>( System.byte childRecType, out T value )
パラメータ
- childRecType
- value
型パラメータ
- T