C# Class Entitas.CodeGenerator.ContextAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: sschmid/Entitas-CSharp

Public Properties

Property Type Description
contextName string

Public Methods

Method Description
ContextAttribute ( string contextName = "Context" ) : System

Method Details

ContextAttribute() public method

public ContextAttribute ( string contextName = "Context" ) : System
contextName string
return System

Property Details

contextName public_oe property

public string contextName
return string