CodeGenHelpers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This class is only for invoking from dynamically generated code.
Helper methods for dynamically generated proxies to invoke. This type is only public because mono does not support IgnoresAccessChecksToAttribute. Do not call directly.
[System.Obsolete("This class is only for invoking from dynamically generated code.")]
public static class CodeGenHelpers
[<System.Obsolete("This class is only for invoking from dynamically generated code.")>]
type CodeGenHelpers = class
Public Class CodeGenHelpers
- Inheritance
-
CodeGenHelpers
- Attributes
Methods
CreateAsyncEnumerableProxy<T>(Task<IAsyncEnumerable<T>>, CancellationToken) | StreamJsonRpc.ProxyGeneration.AsyncEnumerableProxy`1 |