Skip to content

createCSharpMemberScope

import { createCSharpMemberScope } from "@alloy-js/csharp";
function createCSharpMemberScope(binder: core.Binder, parent: core.OutputScope, owner: CSharpOutputSymbol, name: CSharpMemberScopeName): CSharpMemberScope;

Parameters

binder

core.Binder

parent

core.OutputScope

owner

CSharpOutputSymbol

name

CSharpMemberScopeName

Returns

CSharpMemberScope