c# docstring
C#
/// <summary>This method changes the point's location by
/// the given x- and y-offsets.
/// <example>For example:
/// <code>
/// Point p = new Point(3,5);
/// p.Translate(-1,3);
/// </code>
/// results in <c>p</c>'s having the value (2,8).
/// </example>
/// </summary>
public void Translate(int xor, int yor) {
X += xor;
Y += yor;
}
Also in C#:
- Title
- unity object array
- Category
- C#
- Title
- c# get set
- Category
- C#
- Title
- how to set progress openedge driver name for odbc connection c#
- Category
- C#
- Title
- cursorlockmode cannot be used as a method C#
- Category
- C#
- Title
- C# for
- Category
- C#
- Title
- javascript append
- Category
- C#
- Title
- Unity if object doens't exist
- Category
- C#
- Title
- how to destroy a gameobject after some hits in unity 3d
- Category
- C#
- Title
- c# 2 timespan return yesterday
- Category
- C#
- Title
- find gameobject with tag
- Category
- C#
- Title
- how consider the first caracter in Split c#
- Category
- C#
- Title
- optional parameter get request c#
- Category
- C#
- Title
- c# two dimensional array
- Category
- C#
- Title
- array syntax c#
- Category
- C#
- Title
- leantween id
- Category
- C#
- Title
- how to make % posibility to spawn an object C# in unity
- Category
- C#
- Title
- c# remove last value from list
- Category
- C#
- Title
- how to a equall to b in c#
- Category
- C#
- Title
- cc# sort list with list if ids
- Category
- C#
- Title
- decimal to string whole number c#
- Category
- C#
- Title
- fly cam extended script unity 3d
- Category
- C#
- Title
- unity set object scale
- Category
- C#
- Title
- find mongodb c# with task T
- Category
- C#
- Title
- dictionary c#
- Category
- C#
- Title
- null coalesce ternary c#
- Category
- C#
- Title
- how to join array indexes with comma in c#
- Category
- C#
- Title
- c# inheritance constructor
- Category
- C#
- Title
- C# extend array
- Category
- C#
- Title
- c# how to take from a float
- Category
- C#
- Title
- unity load scene
- Category
- C#
- Title
- create asp.net which send email and sms using own api
- Category
- C#
- Title
- unity jump
- Category
- C#
- Title
- c# ref
- Category
- C#
- Title
- c# input
- Category
- C#
- Title
- How to solve error in ExecuteNonQuery() in asp.net
- Category
- C#
- Title
- go right unity
- Category
- C#
- Title
- xml node update attribute value c#
- Category
- C#
- Title
- How to set an expiry date on a program
- Category
- C#
- Title
- c# windows grab screenshot
- Category
- C#
- Title
- unity custom update
- Category
- C#
- Title
- c# arraylist contains
- Category
- C#
- Title
- c# making a folder
- Category
- C#
- Title
- c# declare an int list
- Category
- C#
- Title
- unity making homing missile
- Category
- C#
- Title
- odbc command parameters c#
- Category
- C#
- Title
- array copy c#
- Category
- C#
- Title
- .net core identity get user id
- Category
- C#
- Title
- built in methods to order a list c#
- Category
- C#
- Title
- c# list to string
- Category
- C#
- Title
- c# set textbox text
- Category
- C#
- Title
- how to open new form on button click in c# xamarin
- Category
- C#
- Title
- unity 2d platformer movement script c#
- Category
- C#
- Title
- unity get child
- Category
- C#
- Title
- c# loop
- Category
- C#
- Title
- xamarin forms alarm
- Category
- C#
- Title
- instantiate object in circle
- Category
- C#
- Title
- unity collider2d contains point
- Category
- C#
- Title
- unity rigidbody constraints
- Category
- C#
- Title
- hwo to make an array in C#
- Category
- C#
- Title
- list clone - C#
- Category
- C#
- Title
- c# double question mark
- Category
- C#
- Title
- unity oncollisionenter2d
- Category
- C#
- Title
- unity random float
- Category
- C#
- Title
- transform.translate unity
- Category
- C#
- Title
- unity multiply xyz of two vectors
- Category
- C#
- Title
- c# print expression tree
- Category
- C#
- Title
- get and set for array c#
- Category
- C#
- Title
- Basic fps camera C#
- Category
- C#
- Title
- unix time c#
- Category
- C#
- Title
- string to enum c#
- Category
- C#
- Title
- how to say or in c#
- Category
- C#
- Title
- c# method info extension
- Category
- C#
- Title
- unity how to rotate something to point to something else
- Category
- C#
- Title
- c# split a string and return list
- Category
- C#
- Title
- bool toggle unity c#
- Category
- C#
- Title
- native-googlesignin configuration is null!?
- Category
- C#
- Title
- unity delete specific text in a string
- Category
- C#
- Title
- c# wpf row definition height * in code
- Category
- C#
- Title
- unity key detection
- Category
- C#
- Title
- c# fileupload example
- Category
- C#
- Title
- serilog loglevel order
- Category
- C#
- Title
- unity array c#
- Category
- C#
- Title
- c# capitalize first letter
- Category
- C#
- Title
- Could not load file or assembly 'Ubiety.Dns.Core, Version=2.2.1.0
- Category
- C#
- Title
- c# start process
- Category
- C#
- Title
- Assets/Scripts/Snake.cs(187,10): error CS0029: Cannot implicitly convert type `UnityEngine.Vector2Int' to `System.Collections.Generic.List<UnityEngine.Vector2Int>'
- Category
- C#
- Title
- C# foreach loop async but wait at end
- Category
- C#
- Title
- Unity C# add slider into editor
- Category
- C#
- Title
- leantween sequence
- Category
- C#
- Title
- C# .net core convert int to enum
- Category
- C#
- Title
- c# save pdf to folder
- Category
- C#
- Title
- C# invoke
- Category
- C#
- Title
- microsoft input tool need .net framework
- Category
- C#
- Title
- C# resize window without title bar
- Category
- C#
- Title
- how to make if statement c#
- Category
- C#
- Title
- C# .net core convert to int round up
- Category
- C#
- Title
- set int to null c#
- Category
- C#
- Title
- c# null conditional
- Category
- C#
- Title
- unity clamp rotation
- Category
- C#
- Title
- c# to vb.net
- Category
- C#