[JEDI.NET-commits] docs Jedi.System.xml,1.2,1.3
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2004-06-25 12:27:49
|
Update of /cvsroot/jedidotnet/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5590/docs Modified Files: Jedi.System.xml Log Message: Corrected misused tag Index: Jedi.System.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.System.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Jedi.System.xml 24 Jun 2004 20:07:05 -0000 1.2 --- Jedi.System.xml 25 Jun 2004 12:27:40 -0000 1.3 *************** *** 38,42 **** <summary>Provides methods to work with or manipulate arrays or collections of attributes.</summary> </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.Attribute[],System.Attribute[])"> <summary> Combines two attribute arrays using the <see cref="F:Jedi.System.AttributeCombineOperation.AddAndReplace" /> --- 38,45 ---- <summary>Provides methods to work with or manipulate arrays or collections of attributes.</summary> </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.Attribute[],System.Attribute[])"> ! <overloads> ! Combines two attribute lists. ! </overloads> <summary> Combines two attribute arrays using the <see cref="F:Jedi.System.AttributeCombineOperation.AddAndReplace" /> |