C# Class Paralect.Schematra.Context

显示文件 Open project: paralect/Schematra Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddUsing ( String usingFullName ) : void

Add using type full name

Context ( TypeContext typeContext ) : System

Method Details

AddUsing() public method

Add using type full name
public AddUsing ( String usingFullName ) : void
usingFullName String
return void

Context() public method

public Context ( TypeContext typeContext ) : System
typeContext TypeContext
return System