C# Class LitDev.IncludeFile

Show file Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
fieldInfos System.Reflection.FieldInfo[]
index int
name string
type System.Type

Public Methods

Method Description
IncludeFile ( string path, int index ) : System

Method Details

IncludeFile() public method

public IncludeFile ( string path, int index ) : System
path string
index int
return System

Property Details

fieldInfos public property

public FieldInfo[],System.Reflection fieldInfos
return System.Reflection.FieldInfo[]

index public property

public int index
return int

name public property

public string name
return string

type public property

public Type,System type
return System.Type