public bool TryGetBySectionEntry(
string sectionEntry,
ref ConfigurationCell configurationCell
)
Public Function TryGetBySectionEntry (
sectionEntry As String,
ByRef configurationCell As ConfigurationCell
) As Boolean
public:
bool TryGetBySectionEntry(
String^ sectionEntry,
ConfigurationCell^% configurationCell
)
function TryGetBySectionEntry(sectionEntry, configurationCell);