System.Tests.DelegateTests.DecimalMethod C# (CSharp) Метод

DecimalMethod() приватный статический Метод

private static DecimalMethod ( decimal parameter ) : decimal
parameter decimal
Результат decimal
        private static decimal DecimalMethod(decimal parameter)
        {
            return parameter;
        }
DelegateTests