C# Class ExpressionVisualizer.AttributeNode

Inheritance: System.Windows.Forms.TreeNode
ファイルを表示 Open project: RobBlackwell/LSharp

Public Methods

Method Description
AttributeNode ( Object attribute, PropertyInfo propertyInfo ) : System

Protected Methods

Method Description
AttributeNode ( SerializationInfo info, StreamingContext context ) : System
Serialize ( System si, System context ) : void

Method Details

AttributeNode() public method

public AttributeNode ( Object attribute, PropertyInfo propertyInfo ) : System
attribute Object
propertyInfo System.Reflection.PropertyInfo
return System

AttributeNode() protected method

protected AttributeNode ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

Serialize() protected method

protected Serialize ( System si, System context ) : void
si System
context System
return void