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

ReferenceMethod() private static method

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