PKStudio.PortingKitWrapper.CheckFeature C# (CSharp) Method

CheckFeature() private method

private CheckFeature ( FeatureWrapper feat, string what, bool MatchCase, bool MatchWholeWord ) : void
feat FeatureWrapper
what string
MatchCase bool
MatchWholeWord bool
return void
        private void CheckFeature(FeatureWrapper feat, string what, bool MatchCase, bool MatchWholeWord)
        {
            CheckFeature(null, feat, what, MatchCase, MatchWholeWord);
        }
        private void CheckFeature(SearchResultsHolder.SearchComponentDescriptor ProjectDesc, FeatureWrapper feat, string what, bool MatchCase, bool MatchWholeWord)

Same methods

PortingKitWrapper::CheckFeature ( SearchResultsHolder ProjectDesc, FeatureWrapper feat, string what, bool MatchCase, bool MatchWholeWord ) : void
PortingKitWrapper