C# Class Rosetta.AST.Transformers.ClassWithAttributeInDifferentNamespaceASTTransformer

Base class for transformers acting on an attribute.
Inheritance: ClassInDifferentNamespaceASTTransformer
ファイルを表示 Open project: andry-tino/Rosetta

Public Methods

Method Description
ClassWithAttributeInDifferentNamespaceASTTransformer ( string namespaceFullName, string attributeFullName ) : System

Initializes a new instance of the ClassWithAttributeInDifferentNamespaceASTTransformer class.

Method Details

ClassWithAttributeInDifferentNamespaceASTTransformer() public method

Initializes a new instance of the ClassWithAttributeInDifferentNamespaceASTTransformer class.
public ClassWithAttributeInDifferentNamespaceASTTransformer ( string namespaceFullName, string attributeFullName ) : System
namespaceFullName string The new namespace to assign to the class.
attributeFullName string The attribute to look for.
return System