Atom.NET documentation

AtomElement.WriteAttribute Method

Writes an attribute into the flow.

Overload List

Writes an attribute into the flow.

protected internal void WriteAttribute(string,DateTime,bool,string);

Writes an attribute into the flow.

protected internal void WriteAttribute(string,int,bool,string);

Writes an attribute into the flow.

protected internal void WriteAttribute(string,object,bool,string);

Writes an attribute into the flow.

protected internal void WriteAttribute(string,string,bool,string);

Writes an attribute into the flow.

protected internal void WriteAttribute(string,Uri,bool,string);

See Also

AtomElement Class | Atom.Core Namespace