[JEDI.NET-commits] docs Jedi.Collections.xml,1.6,1.7
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2004-11-27 19:03:35
|
Update of /cvsroot/jedidotnet/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4542/docs Modified Files: Jedi.Collections.xml Log Message: Updated documentation Index: Jedi.Collections.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.Collections.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Jedi.Collections.xml 26 Nov 2004 15:35:34 -0000 1.6 --- Jedi.Collections.xml 27 Nov 2004 19:03:02 -0000 1.7 *************** *** 1,5 **** <?xml version="1.0" encoding="utf-8"?> <doc> ! <!--most recent auto update: 2004-11-26 15:29 UTC--> <assembly> <name>Jedi.Core</name> --- 1,5 ---- <?xml version="1.0" encoding="utf-8"?> <doc> ! <!--most recent auto update: 2004-11-27 18:45 UTC--> <assembly> [...1232 lines suppressed...] ! is set to <see cref="T:System.String" />. ! </para> ! </remarks> </member> <member name="M:Jedi.Collections.InlineDictionaryBase.GetService(System.Type)"> <summary> + Gets the service object of the specified type, if it is available. </summary> <param name="serviceType"> + The <see cref="T:System.Type" /> of the service to retrieve. </param> <returns> + An <see cref="T:System.Object" /> implementing the requested service, or a <see langword="null" /> if the + service cannot be resolved. </returns> + <remarks> + The default implementation will return a <see langword="null" />. + </remarks> </member> </members> |