Show / Hide Table of Contents

Class TypeBuilderHelpers

Contains helper functions for building types at runtime.

Inheritance
object
TypeBuilderHelpers
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TheXDS.MCART.Types
Assembly: MCART.TypeFactory.dll
Syntax
public static class TypeBuilderHelpers

Methods

| Edit this page View Source

Access(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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX