コード例 #1
0
 /// <inheritdoc />
 public ICommerceExchangeGemsQuantityClient Quantity(int quantity) => new CommerceExchangeGemsQuantityClient(this.Connection, this.Gw2Client !, quantity);
コード例 #2
0
 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);
コード例 #6
0
 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
ファイル: Win32Window.cs プロジェクト: naokiy/RucheHomeLib
 set => EnableWindow(this.Handle, value);
コード例 #10
0
this.InternalGetMesh(this.m_MeshInstanceID);
コード例 #11
0
ファイル: Win32Window.cs プロジェクト: naokiy/RucheHomeLib
 get => IsWindowEnabled(this.Handle);
コード例 #12
0
ファイル: Program.cs プロジェクト: sadfsdfdsa/lab_13
 new CollectionHandlerEventArgs(this.Name,
                                $"ПРИСВОЕНО НОВОЕ ЗНАЧЕНИЕ КОЛ-ВА РАБОТНИКОВ ({value.WorkersNumber})", $"[{index}] - {_stack[index]}"));
コード例 #13
0
 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
ファイル: Generator{T}.cs プロジェクト: sandrist/psi
this.Out        = pipeline.CreateEmitter <T>(this, nameof(this.Out));
コード例 #17
0
 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
ファイル: Envelope.cs プロジェクト: DrShushen/RBush
 minX: Math.Min(this.MinX, other.MinX),
コード例 #24
0
 get => new Vector3(this.PosX, this.PosY, this.PosZ);
コード例 #25
0
ファイル: Date.cs プロジェクト: kwentinn/AlphaLocation
 "dd/MM/yyyy" => $"{this.AddPadding(this.Day)}/{this.AddPadding(this.Month)}/{this.Year}",
コード例 #26
0
 set => this.InternalCoupon = SetExpandableFieldId(value, this.InternalCoupon);
コード例 #27
0
 set => this.InternalCancellationPolicy = SetExpandableFieldId(value, this.InternalCancellationPolicy);
コード例 #28
0
ファイル: CreditNote.cs プロジェクト: woemike/stripe-dotnet
 set => this.InternalCustomer = SetExpandableFieldId(value, this.InternalCustomer);
コード例 #29
0
 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;