Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Windows.Media.PathSegmentCollection.cs « PresentationCore « FPF « Editor « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07af3b29e92875ea2d2a1e2058066fb68e21704a (plain)
1
2
3
4
5
6
7
namespace System.Windows.Media
{
	public  class PathSegmentCollection  : System.Windows.Media.Animation.Animatable
	{		public virtual void Add(System.Windows.Media.PathSegment param0){throw new System.NotImplementedException();}

	}
}