Recast.WebApp.Models.Entities.Post.GetFeedName C# (CSharp) 메소드

GetFeedName() 공개 메소드

public GetFeedName ( ) : string
리턴 string
        public string GetFeedName()
        {
            return PartitionKey.Split(new[] {splitToken}, StringSplitOptions.None)[1];
        }