Esempio 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));
Esempio n. 2
0
 get => (this.String == "" || this.String == "-") ? 0 : float.Parse(this.String);
Esempio n. 3
0
 get => (this.String is "" or "-") ? 0 : float.Parse(this.String);
Esempio n. 4
0
this.MouseYaw   = ClampAngle(this.MouseYaw, MinimumX, MaximumX);
 new SyntaxNodeOrTokenList(
     this.TypeReferenceEmitter.Emit(returnType.ResultType !))));
Esempio n. 6
0
this.BindingContext = new FriendDetailsViewModel(this.Navigation, value);
Esempio n. 7
0
 .Repeat().Skip(this.ChainLength - a.Pos).Take(this.ChainLength).Memoize()
Esempio n. 8
0
 .Concat(a.Chain.Repeat().Skip(a.Pos + b.Take).Take(this.ChainLength - b.Take))
Esempio n. 9
0
this.AddItemCommand    = new DelegateCommand(this.AddItem);