'宣言 Public Shared Function Create(Of T As {New, Struct})( _ ByVal userBuffer() As T, _ ByVal canRead As System.Boolean, _ ByVal canWrite As System.Boolean, _ Optional ByVal index As System.Integer, _ Optional ByVal pinBuffer As System.Boolean _ ) As DataStream
public static DataStream Create<T>( T[] userBuffer, System.bool canRead, System.bool canWrite, System.int index, System.bool pinBuffer ) where T: new(), struct
パラメータ
- userBuffer
- canRead
- canWrite
- index
- pinBuffer
型パラメータ
- T