C# 클래스 ExpressionVisualizer.AttributeNode

상속: System.Windows.Forms.TreeNode
파일 보기 프로젝트 열기: RobBlackwell/LSharp

공개 메소드들

메소드 설명
AttributeNode ( Object attribute, PropertyInfo propertyInfo ) : System

보호된 메소드들

메소드 설명
AttributeNode ( SerializationInfo info, StreamingContext context ) : System
Serialize ( System si, System context ) : void

메소드 상세

AttributeNode() 공개 메소드

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

AttributeNode() 보호된 메소드

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

Serialize() 보호된 메소드

protected Serialize ( System si, System context ) : void
si System
context System
리턴 void