C# 클래스 ByChance.Configuration.Parameters.DiscardOpenChunksRestriction

Specifies which chunks with open contexts should be discarded.
상속: IDiscardOpenChunksRestriction
파일 보기 프로젝트 열기: npruehs/bychance

공개 메소드들

메소드 설명
ShouldBeDiscarded ( Chunk chunk ) : bool

Used by DiscardOpenChunksPolicy to check whether to discard the passed chunk with open contexts, or not. Returns true.

메소드 상세

ShouldBeDiscarded() 공개 메소드

Used by DiscardOpenChunksPolicy to check whether to discard the passed chunk with open contexts, or not. Returns true.
public ShouldBeDiscarded ( Chunk chunk ) : bool
chunk ByChance.Core.Chunk Chunk to be discarded.
리턴 bool