C# Class OpenRA.Network.SyncReport.TypeInfo

Datei anzeigen Open project: OpenRA/OpenRA

Public Properties

Property Type Description
Names string[]
SerializableCopyOfMemberFunctions object>[].Func

Public Methods

Method Description
TypeInfo ( Type type ) : System

Private Methods

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

Method Details

TypeInfo() public method

public TypeInfo ( Type type ) : System
type System.Type
return System

Property Details

Names public_oe property

public string[] Names
return string[]

SerializableCopyOfMemberFunctions public_oe property

public Func[] SerializableCopyOfMemberFunctions
return object>[].Func