Archetype.Models.ArchetypePublishedContent.GetIndex C# (CSharp) Method

GetIndex() public method

public GetIndex ( ) : int
return int
        public int GetIndex()
        {
            return _parent.IndexOf(this);
        }