Click or drag to resize
System.Runtime.CompilerServices Namespace

[Missing <summary> documentation for "N:System.Runtime.CompilerServices"]

Classes
  ClassDescription
Public classAsyncStateMachineAttribute
Indicates whether a method is marked with the modifier.
Public classIteratorStateMachineAttribute
Indicates whether a method in Visual Basic is marked with the Iterator modifier.
Public classStateMachineAttribute
Allows you to determine whether a method is a state machine method.
Structures
  StructureDescription
Public structureAsyncTaskMethodBuilder
Provides a builder for asynchronous methods that return Task. This type is intended for compiler use only.
Public structureAsyncTaskMethodBuilderTResult
Provides a builder for asynchronous methods that return TaskTResult. This type is intended for compiler use only.
Public structureAsyncVoidMethodBuilder
Provides a builder for asynchronous methods that return void. This type is intended for compiler use only.
Interfaces
  InterfaceDescription
Public interfaceIAsyncStateMachine
Represents state machines generated for asynchronous methods. This type is intended for compiler use only.
Public interfaceICriticalNotifyCompletion
Represents an awaiter used to schedule continuations when an await operation completes.
Public interfaceINotifyCompletion
Represents an operation that will schedule continuations when the operation completes.