'Declaration Public Overridable Sub WriteXml( _ ByVal writer As XmlWriter _ )
'Declaration
Public Overridable Sub WriteXml( _ ByVal writer As XmlWriter _ )
'使用法 Dim instance As Light Dim writer As XmlWriter instance.WriteXml(writer)
'使用法
Dim instance As Light Dim writer As XmlWriter instance.WriteXml(writer)
public virtual void WriteXml( XmlWriter writer )
Light クラス Light メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.