Пример #1
0
 dropped is BasePiece piece && piece.Board == this && base.OnDragDrop(from, dropped);
Пример #2
0
 Adapt(new FlavoredProject(from, innerHierarchy)) :
Пример #3
0
 ReadOnlyCollection(
     from ns in MetaElement.Elements("Namespace")
Пример #4
0
 public override bool OnDragDrop(Mobile from, Item dropped) => dropped is BasePiece piece && piece.Board == this && base.OnDragDrop(from, dropped);
Пример #5
0
 public NumberValue(char from, char to) => SetValues(from, to);
Пример #6
0
 public QuaternionTween(quaternion from, quaternion to, float duration, Easing.Type ease, bool start = true, float delay = 0) : base(duration, ease, start, delay) => SetFromTo(from, to);
Пример #7
0
thread(from inside "Update").
Пример #8
0
 public NumberValue(sbyte from, sbyte to) => SetValues(from, to);
Пример #9
0
 /// <summary>
 /// Initalises a new instance with a duplicate free (case insensitive) copy of the specified names. Will throw if the specified names aren't valid header field names.
 /// </summary>
 /// <param name="pNames"></param>
 /// <inheritdoc cref="cHeaderFieldNames" select="remarks"/>
 public cHeaderFieldNames(params string[] pNames) => mNames = new cHeaderFieldNameList(from n in pNames orderby n.ToUpperInvariant() select n);
Пример #10
0
 => DataFrame.make(seq(from x in rows select record(x.x1, x.x2)));
Пример #11
0
 /// <summary>
 /// Creates a foreach-loop compatible IEnumerable which yields all position on a 2D line.
 /// starts at <paramref name="from"/> and ends at <paramref name="to"/> (Both inclusive).
 /// </summary>
 public EnumerableLine2D(Int2 from, Int2 to) => enumerator = new Enumerator(from, to);
Пример #12
0
 /// <summary>
 /// Creates a foreach-loop compatible IEnumerable which yields all position on a 3D line.
 /// starts at <paramref name="from"/> and ends at <paramref name="to"/> (Both inclusive).
 /// </summary>
 public EnumerableLine3D(Int3 from, Int3 to) => enumerator = new Enumerator(from, to);
 return(await(from upstreamBranch in originalBranches.ToObservable()
Пример #14
0
 return(make(from, to, PieceType.KNIGHT));
Пример #15
0
 return(CreateMessage(subject, body, from, to, TextFormat.Html, messageId: null, attachments));
Пример #16
0
 public NumberValue(ulong from, ulong to) => SetValues(from, to);
Пример #17
0
 ImmutableArray.CreateRange(
     from DictionaryEntry e in System.Environment.GetEnvironmentVariables()
Пример #18
0
 public NumberValue(ushort from, ushort to) => SetValues(from, to);
Пример #19
0
 void M1()
 {
     from local = new from();
 }
Пример #20
0
 public Float4Tween(float4 from, float4 to, float duration, Easing.Type ease, bool start = true, float delay = 0) : base(duration, ease, start, delay) => SetFromTo(from, to);
Пример #21
0
 var(from, till) = dateRange;
Пример #22
0
 public IntTween(int from, int to, float duration, Easing.Type ease, bool start = true, float delay = 0) : base(duration, ease, start, delay) => SetFromTo(from, to);
Пример #23
0
 public NumberValue(decimal from, decimal to) => SetValues(from, to);
Пример #24
0
 foreach (var(from, length, to) in Replacements(rules, m, true))
Пример #25
0
 public NumberValue(double from, double to) => SetValues(from, to);
Пример #26
0
 get => Safe(from, CoresConfig.InboxSettings.MaxFromLen); set => from = value;
Пример #27
0
 public NumberValue(float from, float to) => SetValues(from, to);
Пример #28
0
 foreach (var(from, to) in segments)
Пример #29
0
 public NumberValue(uint from, uint to) => SetValues(from, to);
Пример #30
0
 static HttpContent MakeHttpContent(params Option <(string name, object value)>[] values) => ifNoneUnsafe(
     from body in Some(values.FoldT(HashMap <string, object>(), (acc, x) => acc.Add(x.name, x.value)))
Пример #31
0
		void M1 ()
		{
			from local = new from ();
		}