Home
last modified time | relevance | path

Searched refs:ULongArithmeticLiteral (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.cs251 return new ULongArithmeticLiteral((ulong)literalValue); in MakeULong()
2322 #region ULongArithmeticLiteral Class
2323 internal class ULongArithmeticLiteral : ArithmeticLiteral class
2326 internal ULongArithmeticLiteral(ulong literalValue) in ULongArithmeticLiteral() method in System.Workflow.Activities.Rules.ULongArithmeticLiteral