CollectCandidatesFromNamespacePrefixes(Compilation, IEnumerable, String, Nullable, Boolean) Method

Definition

Assembly XamlToCSharpGenerator.ExpressionSemantics.dll
public static ImmutableArray<INamedTypeSymbol> CollectCandidatesFromNamespacePrefixes(Compilation compilation, IEnumerable<string> namespacePrefixes, string typeName, int? genericArity = default(int? ), bool extensionSuffix = false)

Parameters

compilation
Compilation
namespacePrefixes
IEnumerable<String>
typeName
String
genericArity
Nullable<Int32>
extensionSuffix
Boolean

Returns