System.Tests.TestExtensionMethod.TestFunc C# (CSharp) Method

TestFunc() public static method

public static TestFunc ( this testparam ) : DelegateTests.TestStruct
testparam this
return DelegateTests.TestStruct
        public static DelegateTests.TestStruct TestFunc(this DelegateTests.TestClass testparam)
        {
            return testparam.structField;
        }
    }
TestExtensionMethod