summaryrefslogtreecommitdiff
path: root/external/rx/Rx/NET/Source/packages/Microsoft.Bcl.1.0.19/lib/net40/System.Runtime.xml
diff options
context:
space:
mode:
Diffstat (limited to 'external/rx/Rx/NET/Source/packages/Microsoft.Bcl.1.0.19/lib/net40/System.Runtime.xml')
-rw-r--r--external/rx/Rx/NET/Source/packages/Microsoft.Bcl.1.0.19/lib/net40/System.Runtime.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/external/rx/Rx/NET/Source/packages/Microsoft.Bcl.1.0.19/lib/net40/System.Runtime.xml b/external/rx/Rx/NET/Source/packages/Microsoft.Bcl.1.0.19/lib/net40/System.Runtime.xml
new file mode 100644
index 0000000000..93cb00d74e
--- /dev/null
+++ b/external/rx/Rx/NET/Source/packages/Microsoft.Bcl.1.0.19/lib/net40/System.Runtime.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<doc>
+ <assembly>
+ <name>System.Runtime</name>
+ </assembly>
+ <members>
+ <member name="T:System.IProgress`1">
+ <summary>Defines a provider for progress updates.</summary>
+ <typeparam name="T">The type of progress update value.</typeparam>
+ </member>
+ <member name="M:System.IProgress`1.Report(`0)">
+ <summary>Reports a progress update.</summary>
+ <param name="value">The value of the updated progress.</param>
+ </member>
+ <member name="T:System.Runtime.CompilerServices.AsyncStateMachineAttribute">
+ <summary>Identities the async state machine type for this method.</summary>
+ </member>
+ <member name="T:System.Runtime.CompilerServices.StateMachineAttribute">
+ <summary>Identities the state machine type for this method.</summary>
+ </member>
+ <member name="M:System.Runtime.CompilerServices.StateMachineAttribute.#ctor(System.Type)">
+ <summary>Initializes the attribute.</summary>
+ <param name="stateMachineType">The type that implements the state machine.</param>
+ </member>
+ <member name="P:System.Runtime.CompilerServices.StateMachineAttribute.StateMachineType">
+ <summary>Gets the type that implements the state machine.</summary>
+ </member>
+ <member name="M:System.Runtime.CompilerServices.AsyncStateMachineAttribute.#ctor(System.Type)">
+ <summary>Initializes the attribute.</summary>
+ <param name="stateMachineType">The type that implements the state machine.</param>
+ </member>
+ <member name="T:System.Runtime.CompilerServices.CallerMemberNameAttribute">
+ <summary>
+ Allows you to obtain the method or property name of the caller to the method.
+ </summary>
+ </member>
+ <member name="T:System.Runtime.CompilerServices.CallerLineNumberAttribute">
+ <summary>
+ Allows you to obtain the line number in the source file at which the method is called.
+ </summary>
+ </member>
+ <member name="T:System.Runtime.CompilerServices.CallerFilePathAttribute">
+ <summary>
+ Allows you to obtain the full path of the source file that contains the caller.
+ This is the file path at the time of compile.
+ </summary>
+ </member>
+ <member name="T:System.Runtime.CompilerServices.IteratorStateMachineAttribute">
+ <summary>Identities the iterator state machine type for this method.</summary>
+ </member>
+ <member name="M:System.Runtime.CompilerServices.IteratorStateMachineAttribute.#ctor(System.Type)">
+ <summary>Initializes the attribute.</summary>
+ <param name="stateMachineType">The type that implements the state machine.</param>
+ </member>
+ </members>
+</doc>