SenseNet.ContentRepository.Tests.TrashTest.TrashBin_CreateAnotherTrashToTheSameLocation C# (CSharp) Метод

TrashBin_CreateAnotherTrashToTheSameLocation() приватный Метод

private TrashBin_CreateAnotherTrashToTheSameLocation ( ) : void
Результат void
        public void TrashBin_CreateAnotherTrashToTheSameLocation()
        {
            CreateTrash("/Root", "Trash", 10, 10, 10, true);
        }
TrashTest