GetPaths() 공개 메소드

public GetPaths ( ) : IEnumerable
리턴 IEnumerable
예제 #1
0
        private void ReplacePaths(XElement annotation)
        {
            foreach (ConstructorInfo[] constructors in _Types.GetPaths())
            {
                annotation.AddBeforeSelf(CreateElement(constructors));
            }

            annotation.Remove();
        }