System.Tests.DelegateTests.DecimalMethod C# (CSharp) Method

DecimalMethod() private static method

private static DecimalMethod ( decimal parameter ) : decimal
parameter decimal
return decimal
        private static decimal DecimalMethod(decimal parameter)
        {
            return parameter;
        }
DelegateTests