System.Tests.TestExtensionMethod.TestFunc C# (CSharp) 메소드

TestFunc() 공개 정적인 메소드

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