mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-23 14:55:08 +02:00
corrections for C# doc
This commit is contained in:
@@ -218,7 +218,7 @@ namespace Learning
|
|||||||
// Others data structures to check out:
|
// Others data structures to check out:
|
||||||
//
|
//
|
||||||
// Stack/Queue
|
// Stack/Queue
|
||||||
// Dictionary
|
// Dictionary (an implementation of a hash map)
|
||||||
// Read-only Collections
|
// Read-only Collections
|
||||||
// Tuple (.Net 4+)
|
// Tuple (.Net 4+)
|
||||||
|
|
||||||
@@ -252,7 +252,6 @@ namespace Learning
|
|||||||
~ Unary bitwise complement
|
~ Unary bitwise complement
|
||||||
<< Signed left shift
|
<< Signed left shift
|
||||||
>> Signed right shift
|
>> Signed right shift
|
||||||
>>> Unsigned right shift
|
|
||||||
& Bitwise AND
|
& Bitwise AND
|
||||||
^ Bitwise exclusive OR
|
^ Bitwise exclusive OR
|
||||||
| Bitwise inclusive OR
|
| Bitwise inclusive OR
|
||||||
|
Reference in New Issue
Block a user