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

TryGetNonEmptyStringValue() public method

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