C# (CSharp) Pchp.CodeAnalysis.Symbols TypeParameterBounds - 2 examples found. These are the top rated real world C# (CSharp) examples of Pchp.CodeAnalysis.Symbols.TypeParameterBounds extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
The effective "bounds" of a type parameter: the constraint types, effective interface set, and effective base type, determined from the declared constraints, with any cycles removed. The fields are exposed by the TypeParameterSymbol as ConstraintTypes, Interfaces, and BaseType.