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