C# Class SGDE.Content.Code.Library.Object.ConstructorObject

Inheritance: Object
Mostrar archivo Open project: sgdc/sgdc-old

Public Properties

Property Type Description
conInfo System.Reflection.ConstructorInfo

Public Methods

Method Description
ConstructorObject ( ConstructorInfo info ) : System
toString ( ) : String

Method Details

ConstructorObject() public method

public ConstructorObject ( ConstructorInfo info ) : System
info System.Reflection.ConstructorInfo
return System

toString() public method

public toString ( ) : String
return String

Property Details

conInfo public_oe property

public ConstructorInfo,System.Reflection conInfo
return System.Reflection.ConstructorInfo