C# Класс Lucene.Net.Util.FieldCacheSanityChecker.Insanity

Simple container for a collection of related CacheEntry objects that in conjunction with each other represent some "insane" usage of the FieldCache.
Показать файл Открыть проект

Открытые методы

Метод Описание
Insanity ( InsanityType type, string msg ) : System.Collections.Generic
ToString ( ) : string

Multi-Line representation of this Insanity object, starting with the Type and Msg, followed by each CacheEntry.toString() on it's own line prefaced by a tab character

Описание методов

Insanity() публичный Метод

public Insanity ( InsanityType type, string msg ) : System.Collections.Generic
type InsanityType
msg string
Результат System.Collections.Generic

ToString() публичный Метод

Multi-Line representation of this Insanity object, starting with the Type and Msg, followed by each CacheEntry.toString() on it's own line prefaced by a tab character
public ToString ( ) : string
Результат string