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

GetValue() public method

public GetValue ( String key ) : Object
key String
return Object
    GetValue
    (
        String key
    )
    {
        throw new ApplicationException("Don't bother testing this overload.");
    }

Same methods

MockMetadataProvider::GetValue ( String key, Type valueType ) : Object