Bickle.ReSharper.Provider.Elements.ExampleContainerElement.GetTitle C# (CSharp) 메소드

GetTitle() 공개 메소드

public GetTitle ( ) : string
리턴 string
        public override string GetTitle()
        {
            return _shortName;
        }