PKStudio.PortingKitWrapper.GetFeatures C# (CSharp) Method

GetFeatures() public method

public GetFeatures ( ) : FeatureWrapper[]
return FeatureWrapper[]
        public FeatureWrapper[] GetFeatures()
        {
            return m_helper.Features;
        }
PortingKitWrapper