ArcGISWindowsPhoneSDK.FeatureLayerOnDemand.FeatureLayerOnDemand C# (CSharp) Method

FeatureLayerOnDemand() public method

public FeatureLayerOnDemand ( ) : System.Collections.Generic
return System.Collections.Generic
        public FeatureLayerOnDemand()
        {
            InitializeComponent();

            MyMap.Extent = initialExtent;
        }