AccessModifierModule.ToAccess(Access, AccessModifier) Method
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
Use Access instead.
[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
[Microsoft.FSharp.Core.CompilationSourceName("toAccess")]
[System.Obsolete("Use Access instead.")]
public static Microsoft.Quantum.QsCompiler.SyntaxTokens.Access ToAccess (Microsoft.Quantum.QsCompiler.SyntaxTokens.Access defaultAccess, Microsoft.Quantum.QsCompiler.SyntaxTokens.AccessModifier _arg1);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
[<Microsoft.FSharp.Core.CompilationSourceName("toAccess")>]
[<System.Obsolete("Use Access instead.")>]
Microsoft.Quantum.QsCompiler.SyntaxTokens.AccessModifier.toAccess : Microsoft.Quantum.QsCompiler.SyntaxTokens.Access -> Microsoft.Quantum.QsCompiler.SyntaxTokens.AccessModifier -> Microsoft.Quantum.QsCompiler.SyntaxTokens.Access
Public Shared Function ToAccess (defaultAccess As Access, _arg1 As AccessModifier) As Access
Parameters
- defaultAccess
- Access
- _arg1
- AccessModifier
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute Microsoft.FSharp.Core.CompilationSourceNameAttribute ObsoleteAttribute