C# Class ExpressionVisualizer.AttributeNode

Inheritance: System.Windows.Forms.TreeNode
Afficher le fichier Open project: RobBlackwell/LSharp

Méthodes publiques

Méthode Description
AttributeNode ( Object attribute, PropertyInfo propertyInfo ) : System

Méthodes protégées

Méthode Description
AttributeNode ( SerializationInfo info, StreamingContext context ) : System
Serialize ( System si, System context ) : void

Method Details

AttributeNode() public méthode

public AttributeNode ( Object attribute, PropertyInfo propertyInfo ) : System
attribute Object
propertyInfo System.Reflection.PropertyInfo
Résultat System

AttributeNode() protected méthode

protected AttributeNode ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

Serialize() protected méthode

protected Serialize ( System si, System context ) : void
si System
context System
Résultat void