C# 클래스 System.ServiceModel.Configuration.ExtendedWorkflowRuntimeServiceElementCollection

상속: WorkflowRuntimeServiceElementCollection
파일 보기 프로젝트 열기: mahasak/dotnet452

공개 메소드들

메소드 설명
ExtendedWorkflowRuntimeServiceElementCollection ( ) : System.Configuration
Remove ( WorkflowRuntimeServiceElement serviceSettings ) : void
Remove ( string key ) : void

메소드 상세

ExtendedWorkflowRuntimeServiceElementCollection() 공개 메소드

public ExtendedWorkflowRuntimeServiceElementCollection ( ) : System.Configuration
리턴 System.Configuration

Remove() 공개 메소드

public Remove ( WorkflowRuntimeServiceElement serviceSettings ) : void
serviceSettings WorkflowRuntimeServiceElement
리턴 void

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void