FC3Editor.UI.IndentedComboBox.Item.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
            public void Clear()
            {
                this.m_childList.Clear();
            }
IndentedComboBox.Item