/// <summary> /// Add typed object to the collection /// </summary> /// <param name="objectToAdd">Typed object to be added to collection</param> /// <returns>The object that has been added to collection</returns> public OCSPValue Add(OCSPValue objectToAdd) { base.Add(objectToAdd); return(objectToAdd); }