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