Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Emit.ParameterBuilder Class Reference

Public Member Functions

virtual void SetConstant (object? defaultValue)
 
void SetCustomAttribute (ConstructorInfo con, byte[] binaryAttribute)
 
void SetCustomAttribute (CustomAttributeBuilder customBuilder)
 

Package Functions

 ParameterBuilder (MethodBuilder methodBuilder, int sequence, ParameterAttributes attributes, string paramName)
 

Properties

virtual ? string Name [get]
 
virtual int Position [get]
 
virtual int Attributes [get]
 
bool IsIn [get]
 
bool IsOut [get]
 
bool IsOptional [get]
 

Private Attributes

readonly string _name
 
readonly int _position
 
readonly ParameterAttributes _attributes
 
MethodBuilder _methodBuilder
 
int _token
 

Detailed Description

Definition at line 5 of file ParameterBuilder.cs.


The documentation for this class was generated from the following file: