xamarinios
namespace ModelIO
{
    [Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "MDLObjectContainerComponent", WrapperType = typeof(MDLObjectContainerComponentWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "AddObject", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MDLObject) }, Selector = "addObject:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RemoveObject", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MDLObject) }, Selector = "removeObject:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetObject", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nuint) }, ReturnType = typeof(MDLObject), Selector = "objectAtIndexedSubscript:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "count", IsProperty = true, IsRequired = false, IsStatic = false, Name = "Count", PropertyType = typeof(nuint), Selector = "count")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "objects", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Objects", PropertyType = typeof(MDLObject[]), Selector = "objects")]
    public interface IMDLObjectContainerComponent : IMDLComponent, INativeObject, IDisposable
}
Assembly Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
OS Platforms

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

04/30/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙