C# 클래스 CodeAnalyzer.Analyzer.Function

파일 보기 프로젝트 열기: rotators/tools

공개 프로퍼티들

프로퍼티 타입 설명
Id int
Module string
Name string

공개 메소드들

메소드 설명
Function ( int id, string module, string name ) : Extensions

메소드 상세

Function() 공개 메소드

public Function ( int id, string module, string name ) : Extensions
id int
module string
name string
리턴 Extensions

프로퍼티 상세

Id 공개적으로 프로퍼티

public int Id
리턴 int

Module 공개적으로 프로퍼티

public string Module
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string