Lucene.Net.Spatial.StrategyTestCase.adoc C# (CSharp) Метод

adoc() защищенный Метод

protected adoc ( String id, IShape shape ) : void
id String
shape IShape
Результат void
        protected virtual void adoc(String id, IShape shape)
        {
            AddDocument(newDoc(id, shape));
        }

Same methods

StrategyTestCase::adoc ( String id, String shapeStr ) : void