Skip to content

Commit

Permalink
Update src/rgen/Microsoft.Macios.Generator/Emitters/BindingSyntaxFact…
Browse files Browse the repository at this point in the history
…ory.ObjCRuntime.cs

Co-authored-by: Alex Soto <[email protected]>
  • Loading branch information
mandel-macaque and dalexsoto committed Jan 29, 2025
1 parent 2c26437 commit d64f2c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static partial class BindingSyntaxFactory {
/// <summary>
/// Returns the expression needed to cast an enum parameter to its primitive type to be used in marshaling.
/// </summary>
/// <param name="parameter">The parameter whose castin we need to generated. The type info has to be
/// <param name="parameter">The parameter for which we need to generate the casting. The type info has to be
/// an enumerator. If it is not, the method returns null.</param>
/// <returns>The cast C# expression.</returns>
internal static CastExpressionSyntax? CastToPrimitive (in Parameter parameter)
Expand Down

0 comments on commit d64f2c7

Please sign in to comment.