Home
last modified time | relevance | path

Searched refs:UIntArithmeticLiteral (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/
H A DArithmeticLiteral.cs241 return new UIntArithmeticLiteral((uint)literalValue); in MakeUInt()
2027 #region UIntArithmeticLiteral Class
2028 internal class UIntArithmeticLiteral : ArithmeticLiteral class
2031 internal UIntArithmeticLiteral(uint literalValue) in UIntArithmeticLiteral() method in System.Workflow.Activities.Rules.UIntArithmeticLiteral