| Table of Contents
|
public XDoc Elem(string tag);
| Name | Type | Description |
|---|---|---|
| tag | string | Element name |
public XDoc Elem(string tag, string value);
| Name | Type | Description |
|---|---|---|
| tag | string | Element name |
| value | string | Value to add |
public XDoc Elem(string tag, DateTime value);
| Name | Type | Description |
|---|---|---|
| tag | string | Element name |
| value | DateTime | Value to add |
public XDoc Elem(string tag, Byte[] value);
| Name | Type | Description |
|---|---|---|
| tag | string | Element name |
| value | Byte[] | Value to add |
public XDoc Elem(string tag, object value);
| Name | Type | Description |
|---|---|---|
| tag | string | Element name |
| value | object | Value to add |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by