Smrf.NodeXL.UnitTests.MockMetadataProvider.TryGetValue C# (CSharp) Method

TryGetValue() public method

public TryGetValue ( String key, Object &value ) : System.Boolean
key String
value Object
return System.Boolean
    TryGetValue
    (
        String key,
        out Object value
    )
    {
        throw new ApplicationException("Don't bother testing this overload.");
    }

Same methods

MockMetadataProvider::TryGetValue ( String key, Type valueType, Object &value ) : System.Boolean