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

ValueTypeMethod() private static method

private static ValueTypeMethod ( CustomValueType parameter ) : CustomValueType
parameter CustomValueType
return CustomValueType
        private static CustomValueType ValueTypeMethod(CustomValueType parameter)
        {
            return parameter;
        }

Same methods

DelegateTests::ValueTypeMethod ( MyStruct s ) : void
DelegateTests