'宣言 Public Overloads Function GetData(Of T As {New, Struct})( _ ByVal data As Asynchronous, _ ByRef result As T _ ) As System.Boolean
public System.bool GetData<T>( Asynchronous data, out T result ) where T: new(), struct
パラメータ
- data
- The asynchronous data provider.
- result
- The data retrieved from the GPU.
型パラメータ
- T
戻り値の型
True if result contains valid data, false otherwise.