Table of Contents

Namespace AsmResolver.DotNet.Collections

Classes

MemberCollection<TOwner, TMember>

Represents an indexed member collection where each member is owned by some object, and prevents the member from being added to any other instance of the collection.

MethodSemanticsCollection

Provides an implementation of a list of method semantics that are associated to a property or event.

Parameter

Represents a single parameter of a method. This is a matching of a parameter definition and its parameter type defined in the associated method signature.

ParameterCollection

Represents an ordered collection of parameters that a method defines and/or uses. This includes the hidden "this" parameter, as well as the virtual return parameter.