Monobjc.EncodingGenerationTests.TestClassForMethodWithReturnType.DoWithReturn C# (CSharp) Method

DoWithReturn() public method

public DoWithReturn ( double value ) : bool
value double
return bool
            public bool DoWithReturn(double value)
            {
                return true;
            }
        }

Same methods

EncodingGenerationTests.TestClassForMethodWithReturnType::DoWithReturn ( float value ) : char
EncodingGenerationTests.TestClassForMethodWithReturnType::DoWithReturn ( bool value ) : double
EncodingGenerationTests.TestClassForMethodWithReturnType::DoWithReturn ( char value ) : float
EncodingGenerationTests.TestClassForMethodWithReturnType::DoWithReturn ( ) : int
EncodingGenerationTests.TestClassForMethodWithReturnType::DoWithReturn ( int value ) : int
EncodingGenerationTests.TestClassForMethodWithReturnType::DoWithReturn ( short value ) : long
EncodingGenerationTests.TestClassForMethodWithReturnType::DoWithReturn ( long value ) : short
EncodingGenerationTests.TestClassForMethodWithReturnType