computeModifiersPrefix
Resolve the modifier prefix
import { computeModifiersPrefix } from "@alloy-js/csharp";
function computeModifiersPrefix(modifiers: Array<string | undefined>): string;Parameters
Section titled “Parameters”| modifiers | Array<string | undefined> |
Returns
Section titled “Returns”string