IDE: Visual Studio VS Code language: C++ C# HTML JSON Markdown VB XAML XML title: shortcut: sort by: title shortcut descending: Filter language title shortcut C# - new variable vn C# - new variable (with initializer) vnx C# - operator overloading oo C# -- operator overloading oo C# ! operator overloading oo C# #if directive ppif C# #if-#else directive ppife C# #region directive ppr C# % operator overloading oo C# & operator overloading oo C# * operator overloading oo C# / operator overloading oo C# ^ operator overloading oo C# | operator overloading oo C# ~ operator overloading oo C# + operator overloading oo C# ++ operator overloading oo C# < operator overloading oo C# << operator overloading oo C# <= operator overloading oo C# == operator overloading oo C# > operator overloading oo C# >= operator overloading oo C# >> operator overloading oo C# array variable va C# array variable (with initializer) vax C# Attribute class c_ C# Boolean variable vb C# braces b C# catch clause catch C# Collection<T> class c_ C# Collection<T> type j C# Collection<T> variable vn C# Collection<T> variable (with initializer) vnx C# conditional operator co C# conditional operator (equal to null) con C# conditional operator (not equal to null) coxn C# containing type name this C# DateTime type dt C# Debug.Assert da C# Debug.WriteLine dw C# default keyword d C# Dictionary<TKey, TValue> class c_ C# Dictionary<TKey, TValue> type j C# Dictionary<TKey, TValue> variable vn C# Dictionary<TKey, TValue> variable (with initializer) vnx C# Disposable class c_ C# dispose pattern dispose C# do while not null doxn C# do while null don C# else clause e C# else-if eif C# Enumerator class c_ C# equal to null n C# Equals and GetHashCode equals C# Equals and GetHashCode for value type equals C# Exception class c_ C# explicit cast operator t C# explicit operator overloading oo C# finally clause finally C# for statement fr C# for statement (reversed) frr C# foreach statement fe C# generic type constraint where C# HashSet<T> type j C# HashSet<T> variable vn C# HashSet<T> variable (with initializer) vnx C# ICollection<T> type j C# IComparer class c_ C# IComparer<T> class c_ C# IDictionary<TKey, TValue> type j C# IEnumerable<T> type j C# IEnumerator<T> variable u C# IEqualityComparer class c_ C# IEqualityComparer<T> class c_ C# if equal to null ifn C# if TryParse iftp C# IList<T> type j C# ImmutableArray<T> type j C# ImmutableDictionary<TKey, TValue> type j C# ImmutableHashSet<T> type j C# ImmutableList<T> type j C# implicit operator overloading oo C# Int32 variable vi C# interface event _et C# interface event with EventHandler<T> _ett C# interface indexer _ir C# interface method _m C# interface property _p C# interface read-only property _rp C# internal auto property ip C# internal auto property with private setter ipps C# internal class ic C# internal const ik C# internal constructor icr C# internal delegate ide C# internal enum iem C# internal event iet C# internal event with EventHandler<T> iet C# internal indexer iir C# internal interface iie C# internal method im C# internal read-only auto property irp C# internal read-only field irf C# internal read-only indexer irir C# internal read-only property irpp C# internal read-only struct irst C# internal static class isc C# internal static method ism C# internal static read-only auto property isrp C# internal static read-only field isrf C# internal static read-only property isrpp C# internal struct ist C# internal virtual auto property ivp C# internal virtual method ivm C# internal virtual read-only auto property ivrp C# internal virtual read-only property ivrpp C# IReadOnlyCollection<T> type j C# IReadOnlyDictionary<TKey, TValue> type j C# IReadOnlyList<T> type j C# lambda expression l C# lambda expression with 2 parameters l2 C# LinkedList<T> type j C# LinkedList<T> variable vn C# List<T> type j C# List<T> variable vn C# List<T> variable (with initializer) vnx C# local variable declaration v C# local variable declaration with explicit cast operator vt C# nameof operator no C# object keyword o C# ObservableCollection<T> class c_ C# ObservableCollection<T> type j C# ObservableCollection<T> variable vn C# ObservableCollection<T> variable (with initializer) vnx C# parameter array pa C# private auto property pp C# private auto property with private setter ppps C# private class pc C# private const pk C# private constructor pcr C# private delegate pde C# private enum pem C# private event pet C# private event with EventHandler<T> pet C# private field pf C# private indexer pir C# private method pm C# private read-only auto property prp C# private read-only field prf C# private read-only indexer prir C# private read-only property prpp C# private read-only struct prst C# private static class psc C# private static field psf C# private static method psm C# private static read-only auto property psrp C# private static read-only field psrf C# private static read-only property psrpp C# private struct pst C# public auto property p C# public auto property with private setter pps C# public class c C# public const k C# public constructor cr C# public delegate de C# public enum em C# public event et C# public event with EventHandler<T> et C# public field f C# public indexer ir C# public interface ie C# public method m C# public read-only auto property rp C# public read-only field rf C# public read-only indexer rir C# public read-only property rpp C# public read-only struct rst C# public static class sc C# public static field sf C# public static method sm C# public static read-only auto property srp C# public static read-only field srf C# public static read-only property srpp C# public struct st C# public virtual auto property vp C# public virtual method vm C# public virtual read-only auto property vrp C# public virtual read-only property vrpp C# Queue<T> type j C# Queue<T> variable vn C# ReadOnlyCollection<T> class c_ C# ReadOnlyCollection<T> type j C# ReadOnlyCollection<T> variable vn C# ReadOnlyDictionary<TKey, TValue> type j C# ReadOnlyDictionary<TKey, TValue> variable vn C# ReadOnlyObservableCollection<T> type j C# ReadOnlyObservableCollection<T> variable vn C# return false ref C# return keyword r C# return null ren C# return true ret C# Singleton class c_ C# Stack<T> type j C# Stack<T> variable vn C# static constructor scr C# StreamReader Variable u C# StreamWriter Variable u C# string keyword s C# String variable vs C# string.IsNullOrEmpty sne C# string.IsNullOrWhiteSpace snw C# StringReader Variable u C# StringWriter Variable u C# switch statement sh C# throw new twn C# throw new ArgumentException twn C# throw new ArgumentNullException twn C# throw new ArgumentOutOfRangeException twn C# throw new InvalidCastException twn C# throw new InvalidOperationException twn C# throw new NotImplementedException twn C# throw new NotSupportedException twn C# throw new ObjectDisposedException twn C# TODO comment td C# true-false operator overloading oo C# try-catch tc C# try-catch-finally tcf C# try-finally tf C# type parameter g C# typeof operator to C# using statement u C# using static directive us C# using variable u C# while not null wexn C# while null wen C# while statement we C# XmlReader Variable u C# XmlWriter Variable u C# yield break statement yb C# yield return statement yr