public void GenericGetEnforcesDataType() { Locator innerLocator = new Locator(); ReadOnlyLocator locator = new ReadOnlyLocator(innerLocator); innerLocator.Add(1, 2); locator.Get <string>(1); }
public void GenericGetWithSearchModeEnforcesDataType() { Locator innerLocator = new Locator(); ReadOnlyLocator locator = new ReadOnlyLocator(innerLocator); innerLocator.Add(1, 2); locator.Get <string>(1, SearchMode.Local); }
public void GenericGetEnforcesDataType() { Locator innerLocator = new Locator(); ReadOnlyLocator locator = new ReadOnlyLocator(innerLocator); innerLocator.Add(1, 2); locator.Get<string>(1); }
public void GenericGetWithSearchModeEnforcesDataType() { Locator innerLocator = new Locator(); ReadOnlyLocator locator = new ReadOnlyLocator(innerLocator); innerLocator.Add(1, 2); locator.Get<string>(1, SearchMode.Local); }