C# 클래스 Samples.Cc.SamplesCc

파일 보기 프로젝트 열기: ElemarJR/FluentCodeMetrics

공개 메소드들

메소드 설명
OnePathMethod ( ) : void
SamplesCc ( ) : System
SamplesCc ( int field1, int field2 ) : System
SimpleMethod ( ) : void
TwoPathsMethod ( ) : void

메소드 상세

OnePathMethod() 공개 메소드

public OnePathMethod ( ) : void
리턴 void

SamplesCc() 공개 메소드

public SamplesCc ( ) : System
리턴 System

SamplesCc() 공개 메소드

public SamplesCc ( int field1, int field2 ) : System
field1 int
field2 int
리턴 System

SimpleMethod() 공개 메소드

public SimpleMethod ( ) : void
리턴 void

TwoPathsMethod() 공개 메소드

public TwoPathsMethod ( ) : void
리턴 void