Catrobat.IDE.Core.Utilities.Helpers.XElementExtensions.SetReferenceTarget C# (CSharp) 메소드

SetReferenceTarget() 공개 정적인 메소드

public static SetReferenceTarget ( this element, System.Xml.Linq.XElement target ) : void
element this
target System.Xml.Linq.XElement
리턴 void
        public static void SetReferenceTarget(this XElement element, XElement target)
        {
            element.SetAttributeValue(ReferenceAttributeName, XPathHelper.GetXPath(element, target));
        }