Boo.BooLangStudioSpecs.Intellisense.WhenDisplayingDescriptionsForIntellisense.FieldsStartWithTypeFollowedByDeclaredName C# (CSharp) Метод

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

private FieldsStartWithTypeFollowedByDeclaredName ( ) : void
Результат void
        public void FieldsStartWithTypeFollowedByDeclaredName()
        {
            var declarations = CompiledFixtures.GetDeclarations();
            var description = declarations.GetDescriptionMatchingName("variable");

            Assert.Equal("int variable", description);
        }