public void Invoke<T>(
	string customCommandKey,
	ArrayColumn<T> untypedArgs
)
Public Sub Invoke(Of T) ( 
	customCommandKey As String,
	untypedArgs As ArrayColumn(Of T)
)member Invoke : 
        customCommandKey : string * 
        untypedArgs : ArrayColumn<'T> -> unit