DotNext.Runtime.CompilerServices
Namespace with 8 public types
Classes
ConceptAttribute
Indicates that attributed class is a concept type.
ConstraintAttribute
Indicates that generic parameter is constrained with a concept.
Structures
Awaitable`2
Represents awaitable concept type.
Awaitable`3
Represents awaitable concept type for the task type with non-void result.
Awaiter`1
Represents awaiter pattern for type .
with result.
Awaiter`2
Represents awaiter pattern for type
with non- result.
Static Classes
Concept
Provides a check of constraints defined by concept types.
NotifyCompletion`1
Represents base concept of awaiter pattern.