Esempio n. 1
0
 /// <inheritdoc />
 public ICommerceExchangeGemsQuantityClient Quantity(int quantity) => new CommerceExchangeGemsQuantityClient(this.Connection, this.Gw2Client !, quantity);
Esempio n. 2
0
 Equals(this.Extensions, other.Extensions) &&
 this.Segments.ListEquals(other.Segments);
Esempio n. 3
0
 get => this.pathResolver ?? (this.pathResolver = new PSPathResolver(this.SessionState));
Esempio n. 4
0
 set => this.InternalBalanceTransaction = SetExpandableFieldId(value, this.InternalBalanceTransaction);
Esempio n. 5
0
 get => new TopicFlags(this.Flags);
Esempio n. 6
0
 set => this.InternalCharge = SetExpandableFieldId(value, this.InternalCharge);
Esempio n. 7
0
 set => this.InternalOrder = SetExpandableFieldId(value, this.InternalOrder);
Esempio n. 8
0
 get => new ForumFlags(this.Flags);
Esempio n. 9
0
 set => EnableWindow(this.Handle, value);
Esempio n. 10
0
this.InternalGetMesh(this.m_MeshInstanceID);
Esempio n. 11
0
 get => IsWindowEnabled(this.Handle);
Esempio n. 12
0
 new CollectionHandlerEventArgs(this.Name,
                                $"ПРИСВОЕНО НОВОЕ ЗНАЧЕНИЕ КОЛ-ВА РАБОТНИКОВ ({value.WorkersNumber})", $"[{index}] - {_stack[index]}"));
 set => this.InternalApplication = SetExpandableFieldId(value, this.InternalApplication);
Esempio n. 14
0
 get => this.GetBindingValue <string>(nameof(this.CurrentStateTextForTitle));
Esempio n. 15
0
 get => ShowClearButton && !string.IsNullOrEmpty(this.StringValue);
Esempio n. 16
0
this.Out        = pipeline.CreateEmitter <T>(this, nameof(this.Out));
 get => this.GetBindingValue <AuthorizePanelState>(nameof(this.State));
Esempio n. 18
0
 /// <inheritdoc />
 public virtual IContinentsFloorsRegionsIdClient this[int regionId] => new ContinentsFloorsRegionsIdClient(this.Connection, this.Gw2Client !, this.ContinentId, this.FloorId, regionId);
Esempio n. 19
0
 get => new PMessageFlags(this.Flags);
Esempio n. 20
0
this._DecodedWaveDataQueue.読み出し位置 = FDKUtilities.位置をブロック境界単位にそろえて返す(value, this.WaveFormat.BlockAlign);
Esempio n. 21
0
 set => this.InternalProduct = SetExpandableFieldId(value, this.InternalProduct);
Esempio n. 22
0
 return(new SamplingResult(this.samplingDecision));
Esempio n. 23
0
 minX: Math.Min(this.MinX, other.MinX),
Esempio n. 24
0
 get => new Vector3(this.PosX, this.PosY, this.PosZ);
Esempio n. 25
0
 "dd/MM/yyyy" => $"{this.AddPadding(this.Day)}/{this.AddPadding(this.Month)}/{this.Year}",
 set => this.InternalCoupon = SetExpandableFieldId(value, this.InternalCoupon);
 set => this.InternalCancellationPolicy = SetExpandableFieldId(value, this.InternalCancellationPolicy);
Esempio n. 28
0
 set => this.InternalCustomer = SetExpandableFieldId(value, this.InternalCustomer);
 await ctx.ImpInfoAsync(this.ModuleColor, Emojis.Joystick, "str-game-draw");
Esempio n. 30
0
 public void TestIndexerException1()
 {
     new TriangleShape()[-1] = Vector3F.Zero;
 }
Esempio n. 31
0
 get => (this.Discord as DiscordClient)?.InternalGetCachedChannel(this.ChannelId) ?? this._channel;