HasCustomAttribute class sealed

Represents a coded index for entities that can have custom attributes.

Implemented types
Implementers

Constructors

HasCustomAttribute.assembly(AssemblyIndex value)
Constructs a HasCustomAttribute referencing an Assembly.
const
factory
HasCustomAttribute.assemblyRef(AssemblyRefIndex value)
Constructs a HasCustomAttribute referencing an AssemblyRef.
const
factory
HasCustomAttribute.event(EventIndex value)
Constructs a HasCustomAttribute referencing an Event.
const
factory
HasCustomAttribute.exportedType(ExportedTypeIndex value)
Constructs a HasCustomAttribute referencing an ExportedType.
const
factory
HasCustomAttribute.field(FieldIndex value)
Constructs a HasCustomAttribute referencing a Field.
const
factory
HasCustomAttribute.file(FileIndex value)
Constructs a HasCustomAttribute referencing an File.
const
factory
HasCustomAttribute.genericParam(GenericParamIndex value)
Constructs a HasCustomAttribute referencing a GenericParam.
const
factory
HasCustomAttribute.genericParamConstraint(GenericParamConstraintIndex value)
Constructs a HasCustomAttribute referencing a GenericParamConstraint.
const
factory
HasCustomAttribute.interfaceImpl(InterfaceImplIndex value)
Constructs a HasCustomAttribute referencing an InterfaceImpl.
const
factory
HasCustomAttribute.manifestResource(ManifestResourceIndex value)
Constructs a HasCustomAttribute referencing a ManifestResource.
const
factory
HasCustomAttribute.memberRef(MemberRefIndex value)
Constructs a HasCustomAttribute referencing a MemberRef.
const
factory
HasCustomAttribute.methodDef(MethodDefIndex value)
Constructs a HasCustomAttribute referencing a MethodDef.
const
factory
HasCustomAttribute.methodSpec(MethodSpecIndex value)
Constructs a HasCustomAttribute referencing a MethodSpec.
const
factory
HasCustomAttribute.module(ModuleIndex value)
Constructs a HasCustomAttribute referencing a Module.
const
factory
HasCustomAttribute.moduleRef(ModuleRefIndex value)
Constructs a HasCustomAttribute referencing a ModuleRef.
const
factory
HasCustomAttribute.param(ParamIndex value)
Constructs a HasCustomAttribute referencing a Param.
const
factory
HasCustomAttribute.property(PropertyIndex value)
Constructs a HasCustomAttribute referencing a Property.
const
factory
HasCustomAttribute.standAloneSig(StandAloneSigIndex value)
Constructs a HasCustomAttribute referencing a StandAloneSig.
const
factory
HasCustomAttribute.typeDef(TypeDefIndex value)
Constructs a HasCustomAttribute referencing a TypeDef.
const
factory
HasCustomAttribute.typeRef(TypeRefIndex value)
Constructs a HasCustomAttribute referencing a TypeRef.
const
factory
HasCustomAttribute.typeSpec(TypeSpecIndex value)
Constructs a HasCustomAttribute referencing a TypeSpec.
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() int
Encodes the coded index into its compressed integer representation.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited