Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of <see cref="FastDictionary{TKey, TValue}"/>.
 /// </summary>
 /// <param name="roughsize">The max size of the bucket.</param>
 public FastDictionary(int roughsize) => Initialize(this.GetRoughSize(roughsize));
Exemplo n.º 2
0
 get => (this.String == "" || this.String == "-") ? 0 : float.Parse(this.String);
Exemplo n.º 3
0
 get => (this.String is "" or "-") ? 0 : float.Parse(this.String);
Exemplo n.º 4
0
this.MouseYaw   = ClampAngle(this.MouseYaw, MinimumX, MaximumX);
 new SyntaxNodeOrTokenList(
     this.TypeReferenceEmitter.Emit(returnType.ResultType !))));
Exemplo n.º 6
0
this.BindingContext = new FriendDetailsViewModel(this.Navigation, value);
Exemplo n.º 7
0
 .Repeat().Skip(this.ChainLength - a.Pos).Take(this.ChainLength).Memoize()
Exemplo n.º 8
0
 .Concat(a.Chain.Repeat().Skip(a.Pos + b.Take).Take(this.ChainLength - b.Take))
Exemplo n.º 9
0
this.AddItemCommand    = new DelegateCommand(this.AddItem);