Missing docs

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3232 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Latif Khalifa
2009-11-29 21:59:38 +00:00
parent c1ce106e15
commit 6648a614f0
3 changed files with 3 additions and 0 deletions

View File

@@ -1691,6 +1691,7 @@ namespace OpenMetaverse.Packets
/// Decode an IMessage object into a beautifully formatted string
/// </summary>
/// <param name="message">The IMessage object</param>
/// <param name="recurseLevel">Recursion level (used for indenting)</param>
/// <returns>A formatted string containing the names and values of the source object</returns>
public static string MessageToString(object message, int recurseLevel)
{