xamarintvos
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
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("removeObject:")]
[Preserve(Conditional = true)]
void RemoveObject(MDLObject! object);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarintvos | |
Assembly | Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |