C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System
Action Delegate
Action(T) Delegate
Action(T1, T2) Delegate
Action(T1, T2, T3) Delegate
Action(T1, T2, T3, T4) Delegate
Action(T1, T2, T3, T4, T5) Delegate
Action(T1, T2, T3, T4, T5, T6) Delegate
Action(T1, T2, T3, T4, T5, T6, T7) Delegate
Action(T1, T2, T3, T4, T5, T6, T7, T8) Delegate
Activator Class
ArgumentException Class
ArgumentNullException Class
Array Class
Attribute Class
BitConverter Class
Boolean Structure
Buffer Class
Byte Structure
Char Structure
Console Class
Convert Class
DateTime Structure
Decimal Structure
Delegate Class
Double Structure
Enum Class
Environment Class
EventArgs Class
EventHandler Delegate
EventHandler(TEventArgs) Delegate
Exception Class
FormatException Class
Func(TResult) Delegate
Func(T, TResult) Delegate
Func(T1, T2, TResult) Delegate
Func(T1, T2, T3, TResult) Delegate
Func(T1, T2, T3, T4, TResult) Delegate
Func(T1, T2, T3, T4, T5, TResult) Delegate
Func(T1, T2, T3, T4, T5, T6, TResult) Delegate
Func(T1, T2, T3, T4, T5, T6, T7, TResult) Delegate
Func(T1, T2, T3, T4, T5, T6, T7, T8, TResult) Delegate
GC Class
Guid Structure
IDisposable Interface
Int16 Structure
Int32 Structure
Int64 Structure
INTERNAL_WebRequestHelper Class
IntPtr Structure
InvalidCastException Class
InvalidOperationException Class
Math Class
MulticastDelegate Class
NotImplementedException Class
NotSupportedException Class
Nullable Class
Nullable(T) Structure
Object Class
Predicate(T) Delegate
Random Class
SByte Structure
Single Structure
String Class
SystemException Class
TimeSpan Structure
Tuple2 Class
Tuple2(T1, T2) Class
Tuple2(T1, T2, T3) Class
Tuple2(T1, T2, T3, T4) Class
Type Class
UInt16 Structure
UInt32 Structure
UInt64 Structure
UIntPtr Structure
Uri Class
UriKind Enumeration
WeakReference Class
Action Delegate
Encapsulates a method that has no parameters and does not return a value.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
delegate
void
Action
()
See Also
Reference
System Namespace