C# 클래스 Squared.Util.RegexExtensions.RegexLeak

파일 보기 프로젝트 열기: sq/Fracture

공개 메소드들

메소드 설명
Fix ( Regex regex ) : void

Works around the string reference leak in the implementation of System.Text.RegularExpressions.Regex.

비공개 메소드들

메소드 설명
RegexLeak ( ) : System

메소드 상세

Fix() 공개 정적인 메소드

Works around the string reference leak in the implementation of System.Text.RegularExpressions.Regex.
public static Fix ( Regex regex ) : void
regex System.Text.RegularExpressions.Regex The regex you want to ensure has no reference to your strings.
리턴 void