Show / Hide Table of Contents

Class MethodBuildInfo

Contains information about the construction of a method.

Inheritance
object
MemberBuildInfo<MethodBuilder>
MethodBuildInfo
Inherited Members
MemberBuildInfo<MethodBuilder>.TypeBuilder
MemberBuildInfo<MethodBuilder>.Member
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 class MethodBuildInfo : MemberBuildInfo<MethodBuilder>

Properties

| Edit this page View Source

Il

Reference to the IL generator of the method.

Declaration
public ILGenerator Il { get; }
Property Value
Type Description
ILGenerator
| Edit this page View Source

IsFunction

Gets a value indicating whether the method described by this instance is a function (i.e., its return type is not null).

Declaration
public bool IsFunction { get; }
Property Value
Type Description
bool

true if the method has a return type, false if the method’s return type is void.

| Edit this page View Source

ReturnType

Gets the return type of the method.

Declaration
public Type? ReturnType { get; }
Property Value
Type Description
Type

The type returned by the method, or null if the method does not return a value (i.e., its return type is void).

Extension Methods

Objects.ShallowCopyTo(object, object, Type)
ObjectExtensions.FieldsOf<T>(object)
ObjectExtensions.GetAttribute<T>(object)
ObjectExtensions.GetAttributes<T>(object)
ObjectExtensions.HasAttrValue<TAttribute, TValue>(object, out TValue)
ObjectExtensions.HasAttribute<T>(object)
ObjectExtensions.HasAttribute<T>(object, out T?)
ObjectExtensions.HasAttributes<T>(object, out IEnumerable<T>?)
ObjectExtensions.Is(object?, object?)
ObjectExtensions.IsEither(object, IEnumerable)
ObjectExtensions.IsEither(object, params object[])
ObjectExtensions.IsNeither(object, IEnumerable)
ObjectExtensions.IsNeither(object, params object[])
ObjectExtensions.IsNot(object?, object?)
ObjectExtensions.PropertiesOf<T>(object)
ObjectExtensions.WhichAre(object, IEnumerable<object>)
ObjectExtensions.WhichAre(object, params object[])
Common.IfNotNull<T>(T?, Action<T>)
Objects.Itself<T>(T)
Objects.ShallowCopyTo<T>(T, T)
CollectionExtensions.PushInto<TItem, TCollection>(TItem, ICollection<TCollection>)
DictionaryExtensions.PushInto<TKey, TValue>(TValue, TKey, IDictionary<TKey, TValue>)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX