1# C# Note
1# C# Note
# char > ( Data Type ), sex > ( idendifier > Name of Variable ),
M > ( Variables ) ex.sentence , number , Word
! ! !
v v v
///////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////
/*# char > int > long > float > double
*/
///////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////
# ++ > add 1 , -- > minus 1
///////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////
CurrentCulture
InvariantCulture
Ordinal
///////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////
*2D ARRAY*
.ToString()
.GetLength()
.Length
*KeyWord*
value
base.
virtual & override
///////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////
public static readonly float PI = 3.14f; > readonly > cant change
///////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////