Smrf.NodeXL.UnitTests.MockMetadataProvider.TryGetValue C# (CSharp) 메소드

TryGetValue() 공개 메소드

public TryGetValue ( String key, Object &value ) : System.Boolean
key String
value Object
리턴 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