C# 클래스 Rosetta.AST.Transformers.ClassWithAttributeInDifferentNamespaceASTTransformer

Base class for transformers acting on an attribute.
상속: ClassInDifferentNamespaceASTTransformer
파일 보기 프로젝트 열기: andry-tino/Rosetta

공개 메소드들

메소드 설명
ClassWithAttributeInDifferentNamespaceASTTransformer ( string namespaceFullName, string attributeFullName ) : System

Initializes a new instance of the ClassWithAttributeInDifferentNamespaceASTTransformer class.

메소드 상세

ClassWithAttributeInDifferentNamespaceASTTransformer() 공개 메소드

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.
리턴 System