xAPILaunch.xAPIVerb.xAPIVerb C# (CSharp) Method

xAPIVerb() public method

public xAPIVerb ( string verb ) : System
verb string
return System
        public xAPIVerb(string verb)
        {
            this.id = verb;
        }
    }
xAPIVerb