CxParameterUsage Description [Flags] enum Tinman.Core.Cx.Declarations.CxParameterUsage Enumeration of possible semantic usages of CxParameter objects. See also ICxParametersContainer Public / Constants Unknown public constant Unknown → (0:int32) The usage is unknown. Declaration public constant Declaration → (1:int32) A combination of usage flags. See also CxParameterUsage.DeclarationDelegate DeclarationDelegate public constant DeclarationDelegate → (1:int32) A parameter of a delegate declaration. See also CxDeclarationDelegate Member public constant Member → (6:int32) A combination of usage flags. See also CxParameterUsage.MemberConstructor CxParameterUsage.MemberMethod MemberConstructor public constant MemberConstructor → (2:int32) A parameter of a constructor. See also CxMemberConstructor MemberMethod public constant MemberMethod → (4:int32) A parameter of a method. See also CxMemberMethod All public constant All → (7:int32) All flags. CxParameter CxRegion