System.Tests.DelegateTests.ReferenceMethod C# (CSharp) 메소드

ReferenceMethod() 개인적인 정적인 메소드

private static ReferenceMethod ( CustomReferenceType parameter ) : CustomReferenceType
parameter CustomReferenceType
리턴 CustomReferenceType
        private static CustomReferenceType ReferenceMethod(CustomReferenceType parameter)
        {
            return parameter;
        }
DelegateTests