QuickGraph.Heap.GcTypeHeap.Touching C# (CSharp) 메소드

Touching() 공개 메소드

public Touching ( string typeNames ) : GcTypeHeap
typeNames string
리턴 GcTypeHeap
        public GcTypeHeap Touching(string typeNames)
        {
            if (String.IsNullOrEmpty(typeNames))
                throw new ArgumentNullException("typeNames");

            return this.Clone().TouchingInPlace(typeNames);
        }