CatEye.Core.CrotateStageOperationParameters.GetSOType C# (CSharp) Method

GetSOType() public method

public GetSOType ( ) : Type
return System.Type
        public override Type GetSOType()
        {
            return typeof(CrotateStageOperation);
        }