コード例 #1
0
        public void DeleteOptions()
        {
            var error = _field.DeleteOptions(this.Options.Select(o => o.ToUpdate(this.Name)).ToArray(), this.SharedSecret);

            if (error.Length > 0)
            {
                throw new Exception(error[0].InteropID + " failed: " + error[0].ErrorMessage);
            }
        }