C# Class OpenRA.Network.SyncReport.TypeInfo

Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

Свойство Type Description
Names string[]
SerializableCopyOfMemberFunctions object>[].Func

Méthodes publiques

Méthode Description
TypeInfo ( Type type ) : System

Private Methods

Méthode Description
MemberToString ( MemberExpression getMember, Type memberType, string name ) : string>.Func
SerializableCopyOfMember ( MemberExpression getMember, Type memberType, string name ) : object>.Func

Method Details

TypeInfo() public méthode

public TypeInfo ( Type type ) : System
type System.Type
Résultat System

Property Details

Names public_oe property

public string[] Names
Résultat string[]

SerializableCopyOfMemberFunctions public_oe property

public Func[] SerializableCopyOfMemberFunctions
Résultat object>[].Func