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