画像処理処理ノードのプロパティ

Namespace: FVIL.Parser
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
[SerializableAttribute]
public class ParserProperty : ISerializable, 
	ICloneable, IFviCopyable, IParserPropertyDenyDisposing
Visual Basic
<SerializableAttribute>
Public Class ParserProperty
	Implements ISerializable, ICloneable, IFviCopyable, IParserPropertyDenyDisposing

Remarks

ParserNodeUnit の入出力プロパティを示すクラスです。
このクラスは、独自のクラスを WIL-Builder に実装する際に使用します。

Inheritance Hierarchy

System..::..Object
FVIL.Parser..::..ParserProperty

See Also