CallableInformation.Common(IEnumerable<CallableInformation>) 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.
public static Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation Common (System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation> infos);
static member Common : seq<Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation> -> Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation
Public Shared Function Common (infos As IEnumerable(Of CallableInformation)) As CallableInformation
Parameters
- infos
- IEnumerable<CallableInformation>