ApiExamples.ExField.InsertTcFieldHandler.InsertTcFieldHandler C# (CSharp) Метод

InsertTcFieldHandler() публичный Метод

The switches to use for each TC field. Can be an empty string or null.
public InsertTcFieldHandler ( string switches ) : System
switches string
Результат System
            public InsertTcFieldHandler(string switches) : this(string.Empty, switches)
            {
                this.mFieldSwitches = switches;
            }

Same methods

ExField.InsertTcFieldHandler::InsertTcFieldHandler ( string text, string switches ) : System
ExField.InsertTcFieldHandler