Table of Contents

CommandAttribute

Constructors
public CommandAttribute()
public CommandAttribute(string oldName = null, params Type[] oldParams)
Parameters
Type Name Description
string oldName

What this method name was before.

Type[] oldParams

What this method's parameter types were before.