Beamable SDK
Public Member Functions | Public Attributes | List of all members
Beamable.Common.Reflection.ParameterOfInterest Struct Reference

Defines a parameter signature of interest so we can guarantee parameters are being declared as we expect them to be. More...

Public Member Functions

 ParameterOfInterest (Type parameterType, bool isIn, bool isOut, bool isByRef)
 ParameterOfInterest default constructor. Validates in/ref/out correctness.
 
string ToTypeString ()
 

Public Attributes

readonly Type ParameterType
 The type of the parameter we are expecting.
 
readonly bool IsIn
 Whether or not the parameter is an in parameter.
 
readonly bool IsOut
 Whether or not the parameter is an out parameter.
 
readonly bool IsByRef
 Whether or not the parameter is a ref parameter.
 

Detailed Description

Defines a parameter signature of interest so we can guarantee parameters are being declared as we expect them to be.


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