'宣言 Public Overloads Function GetData(Of T As {New, Struct})( _ ByVal data As Asynchronous _ ) As T
public T GetData<T>( Asynchronous data ) where T: new(), struct
パラメータ
- data
- The asynchronous data provider.
型パラメータ
- T
戻り値の型
The data retrieved from the GPU.