Stetic.Wrapper.ActionGroupCollection.this C# (CSharp) Method

this() public method

public this ( int n ) : ActionGroup
n int
return ActionGroup
        public ActionGroup this[int n]
        {
            get { return (ActionGroup) List [n]; }
        }

Same methods

ActionGroupCollection::this ( string name ) : ActionGroup