public void Raise<T>( Command command, ArrayColumn<T> untypedArgs )
Public Sub Raise(Of T) ( command As Command, untypedArgs As ArrayColumn(Of T) )
member Raise : command : Command * untypedArgs : ArrayColumn<'T> -> unit
In This Article