Class TypeBuilderHelpers
Contains helper functions for building types at runtime.
Inherited Members
Namespace: TheXDS.MCART.Types
Assembly: MCART.TypeFactory.dll
Syntax
public static class TypeBuilderHelpers
Methods
| Edit this page View SourceAccess(MemberAccess)
Retrieves a method attribute based on the specified access level.
Declaration
public static MethodAttributes Access(MemberAccess access)
Parameters
| Type | Name | Description |
|---|---|---|
| MemberAccess | access | Desired access level for the method. |
Returns
| Type | Description |
|---|---|
| MethodAttributes | A MethodAttributes value with the specified access level. |